get_collections: Get collections

Description Usage Arguments Value Examples

View source: R/childesr.R

Description

Get collections

Usage

1
get_collections(connection = NULL, db_version = "current", db_args = NULL)

Arguments

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

Value

A 'tbl' of Collection data. If 'connection' is supplied, the result remains a remote query, otherwise it is retrieved into a local tibble.

Examples

1
2
3
4
## Not run: 
get_collections()

## End(Not run)

childesr documentation built on Jan. 27, 2022, 1:12 a.m.