Learn R Programming

rock (version 0.5.4)

get_childCodeIds: Get the code identifiers of the children of a code with a given identifier

Description

Get the code identifiers of the children of a code with a given identifier

Usage

get_childCodeIds(x, parentCodeId, returnNodes = FALSE)

Arguments

x

The parsed sources object

parentCodeId

The code identifier of the parent code

returnNodes

Set to TRUE to return a list of nodes, not just the code identifiers

Value

A character vector with code identifiers (or a list of nodes)