get_instruments: Get the Wordbank instruments

View source: R/wordbankr.R

get_instrumentsR Documentation

Get the Wordbank instruments

Description

Get the Wordbank instruments

Usage

get_instruments(db_args = NULL)

Arguments

db_args

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

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).

Examples


instruments <- get_instruments()


langcog/wordbankr documentation built on March 9, 2024, 6:04 a.m.