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

View source: R/getObj.R

getObjR Documentation

Get an object from a list object using the specified path into the list

Description

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

Usage

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

Details

none.

Value

the specified object, or NULL if not found


wStockhausen/rTCSAM02 documentation built on April 16, 2024, 6:25 a.m.