get_crossling_items: Get the uni_lemmas available in Wordbank

View source: R/crossling.R

get_crossling_itemsR Documentation

Get the uni_lemmas available in Wordbank

Description

Get the uni_lemmas available in Wordbank

Usage

get_crossling_items(db_args = NULL)

Arguments

db_args

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

Value

A data frame with the column uni_lemma.

Examples


uni_lemmas <- get_crossling_items()


wordbankr documentation built on Nov. 10, 2023, 1:13 a.m.