powered by
Connect to CHILDES
connect_to_childes(db_version = "current", db_args = NULL)
String of the name of database version to use
List with host, user, and password defined
con A DBIConnection object for the CHILDES database
# NOT RUN { con <- connect_to_childes(db_version = "current", db_args = NULL) DBI::dbDisconnect(con) # }
Run the code above in your browser using DataLab