View source: R/configuration_location.R
location.insert | R Documentation |
insert a new location description
location.insert(dMeasure_obj, description)
dMeasure_obj |
dMeasure R6 object |
description |
list object : $Name, $Description |
dataframe - full list of location descriptions can also return error (stop) if description is invalid
## Not run:
a <- dMeasure::dMeasure$new()
## End(Not run)
## Not run:
a$open_emr_db()
## End(Not run)
## Not run:
a$location.inser(list(Name = "Bayside", Description = "by the sea"))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.