GetListObject: GetListObject

View source: R/GetListObject.R

GetListObjectR Documentation

GetListObject

Description

Returns list object stored as text in R script file.

Usage

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

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

## End(Not run)


nextpagesoft/hivEstimatesAccuracy documentation built on Sept. 17, 2024, 5 a.m.