Learn R Programming

wordbankr (version 0.1)

get_instrument_table: Connect to an instrument's Wordbank table

Description

Connect to an instrument's Wordbank table

Usage

get_instrument_table(src, language, form)

Arguments

src
A connection to the Wordbank database
language
A string of the instrument's language (insensitive to case and whitespace)
form
A string of the instrument's form (insensitive to case and whitespace)

Value

  • A tbl object containing the instrument's data

Examples

Run this code
src <- connect_to_wordbank()
eng_ws <- get_instrument_table(src, "english", "ws")
rm(src, eng_ws)

Run the code above in your browser using DataLab