Learn R Programming

wordbankr (version 0.1)

get_common_table: Connect to a single Wordbank common table

Description

Connect to a single Wordbank common table

Usage

get_common_table(src, name)

Arguments

src
A connection to the Wordbank database
name
A string indicating the name of a common table

Value

  • A tbl object

Examples

Run this code
src <- connect_to_wordbank()
instruments <- get_common_table(src, "instrument")
rm(src, instruments)

Run the code above in your browser using DataLab