Learn R Programming

Reol (version 1.55)

GetHierID: 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

Run this code
	#Works with a single page
	GetHierID("hier51323249.xml")

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

Run the code above in your browser using DataLab