load_lexadb | R Documentation |
It loadds a Lexa database from the specified path. The path is the directory containing the database.
load_lexadb(path)
path |
The path to the database as a string. |
A lexadb
object.
db_path <- system.file("extdata/albanian_lexadb", package = "lexa")
albanian <- load_lexadb(db_path)
albanian
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.