getRefSiteID | R Documentation |
Get the ID code corresponding to the country/study site label from epiuf::RefSite
reference table
getRefSiteID(Label, LocationName)
Label |
Character string to search in the |
LocationName |
Character string to search in the |
Character string or a data frame if multiple answers
Lore Merdrignac l.merdrignac@epiconcept.fr
getRefSiteLabel
getRefSiteLocName
For more details see the corresponding vignette: vignette("RefSite")
## Not run:
getRefSiteID()
## End(Not run)
getRefSiteID(Label = "Austria")
getRefSiteID(LocationName = "Bosnia and Herzegovina")
getRefSiteID(Label = "The Czech Republic", LocationName = "Czechia")
## Not run:
getRefSiteID(Label = "Czechia")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.