getRefSiteLocName: Get the LocationName corresponding to the site ID

View source: R/RefSite.R

getRefSiteLocNameR Documentation

Get the LocationName corresponding to the site ID

Description

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

Usage

getRefSiteLocName(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

  • getRefSiteLabel

  • getRefSiteID

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

Examples

## Not run: 
getRefSiteLocName()

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

## End(Not run)


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