Learn R Programming

wordbankr (version 0.1)

connect_to_wordbank: Connect to the Wordbank database

Description

Connect to the Wordbank database

Usage

connect_to_wordbank(mode = "remote")

Arguments

mode
A string indicating connection mode: one of "local", or "remote" (defaults to "remote")

Value

  • A src object which is connection to the Wordbank database

Examples

Run this code
wordbank <- connect_to_wordbank()
rm(wordbank)

Run the code above in your browser using DataLab