emr_entries.get | R Documentation |
Get an entry
emr_entries.get(key, db_dir = NULL)
key |
The key of the entry to get |
db_dir |
One or more database directories to reload entries from. If NULL - the first database is used. |
The entry value. If the key does not exist, NULL is returned. For multiple databases, a named list of database entries is returned.
emr_db.init_examples()
emr_entries.get("entry1")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.