GetListObject {hivPlatform}R Documentation

GetListObject

Description

Returns list object stored as text in R script file.

Usage

GetListObject(
  fileName,
  section = NULL,
  includeFileName = TRUE,
  envir = parent.frame()
)

Arguments

fileName

Name of list file. Required.

section

Name of section of the list to return. If not specified, then the whole specification is returned, otherwise only the specified section. Optional. Default = NULL.

includeFileName

Logical indicating to include file name in the returned list as field "FileName". Optional. Default = TRUE.

envir

Environment in which the list script should be evaluated. Optional. Default = parent.frame()

Value

List object.

Examples

## Not run: 
GetListObject(fileName)
GetListObject(fileName, section = 'Name')
GetListObject(fileName, section = 'Parameters')

## End(Not run)


[Package hivPlatform version 2.0.5 Index]