getRefSiteLabel: Get the Label corresponding to the site ID

View source: R/RefSite.R

getRefSiteLabelR Documentation

Get the Label corresponding to the site ID

Description

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

Usage

getRefSiteLabel(ID)

Arguments

ID

Character string to search in the "ID" 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

  • getRefSiteLocName

  • getRefSiteID

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

Examples

## Not run: 
getRefSiteLabel()

## End(Not run)
getRefSiteLabel(ID = "SI")
getRefSiteLabel(ID = "UK")
## Not run: 
getRefSiteLabel(ID = "es")

## End(Not run)


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