show_entry | R Documentation |
It shows the entry with the given id.
show_entry(lexadb, entry_id)
lexadb |
A |
entry_id |
A string with the entry id (the |
A lexalx
object.
db_path <- system.file("extdata/eleryon_lexadb", package = "lexa")
eleryon <- load_lexadb(db_path)
show_entry(eleryon, 6)
# Same as:
show_entry(eleryon, "lx_000006")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.