Learn R Programming

wordbankr (version 1.0.3)

connect_to_wordbank: Connect to the Wordbank database

Description

Connect to the Wordbank database

Usage

connect_to_wordbank(db_args = NULL)

Value

A src object which is connection to the Wordbank database.

Arguments

db_args

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

Examples

Run this code
# \donttest{
src <- connect_to_wordbank()
# }

Run the code above in your browser using DataLab