get_collections {childesr} | R Documentation |
Get collections
get_collections(connection = NULL, db_version = "current", db_args = NULL)
connection |
A connection to the CHILDES database |
db_version |
String of the name of database version to use |
db_args |
List with host, user, and password defined |
A 'tbl' of Collection data. If 'connection' is supplied, the result remains a remote query, otherwise it is retrieved into a local tibble.
## Not run:
get_collections()
## End(Not run)