R/entries.R
emr_entries.rm.Rd
Remove an entry
emr_entries.rm(key, db_dir = NULL)
The key of the entry to remove. If the key does not exist, nothing happens.
One or more database directories to reload entries from. If NULL - the first database is used.
None
emr_db.init_examples() #> NULL emr_entries.rm("entry1") emr_entries.ls() #> [1] "entry2" "entry3"