getObj: Get an object from a list object using the specified path...

Description Usage Arguments Value

View source: R/getObj.R

Description

Function to get an object from a list object using the specified path into the list.

Usage

1
getObj(path, lst, verbose = FALSE)

Arguments

path

- path in the list to the desired object (using '/' as separator for list levels)

lst

- the list to extract the object from

verbose

- flag (T/F) to print diagnostics

Value

the specified object, or NULL if not found


wStockhausen/rTCSAM2015 documentation built on May 3, 2019, 7:14 p.m.