Learn R Programming

wordbankr (version 1.0.3)

get_instruments: Get the Wordbank instruments

Description

Get the Wordbank instruments

Usage

get_instruments(db_args = NULL)

Value

A data frame where each row is a CDI instrument and each column is a variable about the instrument (instrument_id, language,

form, age_min, age_max, has_grammar).

Arguments

db_args

List with arguments to connect to wordbank mysql database (host, dbname, user, and password).

Examples

Run this code
# \donttest{
instruments <- get_instruments()
# }

Run the code above in your browser using DataLab