langcog / childesr

R interface to childes-db
14 stars 5 forks source link

need to return database version #10

Closed mcfrank closed 6 years ago

mcfrank commented 7 years ago

maybe as a message with every function call?

mcfrank commented 6 years ago

use this functionality in: https://github.com/langcog/childes-db-shiny/issues/6

amsan7 commented 6 years ago

did we decide whether we wanted db version # to appear after every function call? or was that too spammy? currently we have get_database_version() function available. @mikabr

mikabr commented 6 years ago

my recollection was that we decided to have a message with the version number with every function call (most functions already give a message about the amount of the data they're retrieving, so it could be integrated with that?)