GetHierID: Gets Hierarchy page ID

View source: R/GetHierID.R

GetHierIDR Documentation

Gets Hierarchy page ID

Description

This function uses the name of the file to return numerical ID.

Usage

GetHierID(MyHier)

Arguments

MyHier

A single filename for downloaded hierarchy page

Value

Returns a hierarchical concept ID.

Examples

## Not run: 
# Works with a single page
GetHierID("hier51323249.xml")

# Or works with a list or vector of names
data(MyHiers)
GetHierID(MyHiers)

## End(Not run)

ropensci/reol documentation built on May 18, 2022, 6:33 p.m.