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


wordbankr documentation built on Nov. 10, 2023, 1:13 a.m.