Learn R Programming

⚠️There's a newer version (0.2.3) of this package.Take me there.

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

Copy Link

Version

Install

install.packages('childesr')

Monthly Downloads

478

Version

0.2.1

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Mika Braginsky

Last Published

November 13th, 2020

Functions in childesr (0.2.1)

connect_to_childes

Connect to CHILDES
check_connection

Check if connecting to childes db is possible
clear_connections

Clear all MySQL connections
get_content

Get content
get_contexts

Get the utterances surrounding a token(s)
get_collections

Get collections
get_participants

Get participants
get_types

Get types
get_speaker_statistics

Get speaker statistics
get_sql_query

Run a SQL Query script on the CHILDES database
get_tokens

Get tokens
get_transcripts

Get transcripts
get_table

Get table
get_utterances

Get utterances
get_corpora

Get corpora
get_db_info

Get information on database connection options