connect_to_wordbank: Connect to the Wordbank database

View source: R/wordbankr.R

connect_to_wordbankR Documentation

Connect to the Wordbank database

Description

Connect to the Wordbank database

Usage

connect_to_wordbank(db_args = NULL)

Arguments

db_args

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

Value

A src object which is connection to the Wordbank database.

Examples


src <- connect_to_wordbank()


langcog/wordbankr documentation built on March 9, 2024, 6:04 a.m.