Description
Accessing the 'CHILDES' Database.
Description
Tools for connecting to 'CHILDES', an open repository for transcripts of parent-child interaction. For more information on the underlying data, see <https://langcog.github.io/childes-db-website/>.
README.md
An R interface to childes-db
The childesr
package allows you to access data in the childes-db from R. This removes the need to write complex SQL queries in order to get the information you want from the database. This vignette shows some examples of how to use the data loading functions and what the resulting data look like.
Install childesr
from this GitHub repository:
# install.packages("devtools")
devtools::install_github("langcog/childesr")
Tutorial
To get a hands on walk-through on how to use childesr
to access childes-db
, check out this tutorial.
Other relevant GitHub repositories
- Website frontend: http://github.com/langcog/childes-db-website
- Interactive data visualizations: https://github.com/langcog/childes-db-shiny.