Learn R Programming

wordbankr (version 1.0.3)

get_crossling_items: Get the uni_lemmas available in Wordbank

Description

Get the uni_lemmas available in Wordbank

Usage

get_crossling_items(db_args = NULL)

Value

A data frame with the column uni_lemma.

Arguments

db_args

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

Examples

Run this code
# \donttest{
uni_lemmas <- get_crossling_items()
# }

Run the code above in your browser using DataLab