getRefSiteID: Get the ID code corresponding to the site Label or...

View source: R/RefSite.R

getRefSiteIDR Documentation

Get the ID code corresponding to the site Label or LocationName

Description

Get the ID code corresponding to the country/study site label from epiuf::RefSite reference table

Usage

getRefSiteID(Label, LocationName)

Arguments

Label

Character string to search in the "Label" column from epiuf::RefSite reference table

LocationName

Character string to search in the "LocationName" column from epiuf::RefSite reference table

Value

Character string or a data frame if multiple answers

Author(s)

Lore Merdrignac l.merdrignac@epiconcept.fr

See Also

  • getRefSiteLabel

  • getRefSiteLocName

For more details see the corresponding vignette: vignette("RefSite")

Examples

## 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)


Epiconcept-Paris/STRAP-epiuf documentation built on Aug. 5, 2024, 3:41 a.m.