GetHierID: Gets Hierarchy page ID

Description Usage Arguments Value Examples

View source: R/GetHierID.R

Description

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

Usage

1
GetHierID(MyHier)

Arguments

MyHier

A single filename for downloaded hierarchy page

Value

Returns a hierarchical concept ID.

Examples

1
2
3
4
5
6
	#Works with a single page
	GetHierID("hier51323249.xml")

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

Reol documentation built on May 2, 2019, 5:54 p.m.