Query lexical databases
query.lu( lu, isSimp = FALSE, regex = FALSE, db = c("deeplex", "cld"), as_tibble = TRUE )
lu | A string. The lexical unit to be queried in the databases. |
---|---|
isSimp | Logical. Whether |
regex | Logical. Whether to use a regular expression pattern in
the argument |
db | Character. The databases to be searched. Currently only
|
as_tibble | Logical. Whether to convert the query results to
a |
A data frame (tibble
).