Learn R Programming

wordbankr (version 0.1)

get_administration_data: Get the Wordbank by-administration data

Description

Get the Wordbank by-administration data

Usage

get_administration_data(language = NULL, form = NULL, filter_age = TRUE,
  mode = "remote")

Arguments

language
An optional string specifying which language's administrations to retrieve.
form
An optional string specifying which form's administrations to retrieve.
filter_age
A logical indicating whether to filter the administrations to ones in the valid age range for their instrument
mode
A string indicating connection mode: one of "local", or "remote" (defaults to "remote")

Value

  • A data frame where each row is a CDI administration and each column is a variable about the administration (data_id, age, comprehension, production), its instrument (language, form), or its child (birth_order, ethnicity, sex, mom_ed).

Examples

Run this code
english_ws_admins <- get_administration_data("English", "WS")
all_admins <- get_administration_data()

Run the code above in your browser using DataLab