Learn R Programming

rgho (version 2.0.2)

search_gho: Search Codes or Dimensions Labels

Description

Search Codes or Dimensions Labels

Usage

search_gho(gho, x)

search_dimensions(x)

search_codes(x, dimension = "GHO")

Arguments

gho
x

A character string to find in GHO labels.

dimension

A GHO dimension where codes will be searched.

Value

A vector of dimensions or codes whose labels mach the search string. Labels are given as as a label attribute.

Examples

Run this code
# NOT RUN {
search_codes("neonatal", dimension = "GHO")

result <- get_gho_codes(dimension = "REGION")
search_gho(result, "asia")

# }

Run the code above in your browser using DataLab