Get transcripts
get_transcripts(
collection = NULL,
corpus = NULL,
target_child = NULL,
connection = NULL,
db_version = "current",
db_args = NULL
)
A character vector of one or more names of collections
A character vector of one or more names of corpora
A character vector of one or more names of children
A connection to the CHILDES database
String of the name of database version to use
List with host, user, and password defined
A `tbl` of Transcript data, filtered down by supplied arguments. If `connection` is supplied, the result remains a remote query, otherwise it is retrieved into a local tibble.
# NOT RUN {
get_transcripts()
# }
Run the code above in your browser using DataLab