GetListObject: GetListObject

Description Usage Arguments Value Examples

View source: R/GetListObject.R

Description

Returns list object stored as text in R script file.

Usage

1
GetListObject(fileName, section = NULL, includeFileName = TRUE)

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.

Value

List object.

Examples

1
2
3
4
5
6
## Not run: 
GetListObject(fileName)
GetListObject(fileName, section = "Name")
GetListObject(fileName, section = "Parameters")

## End(Not run)

nextpagesoft/hivEstimatesAccuracyReloaded documentation built on March 14, 2020, 7:06 a.m.