Learn R Programming

Rsampletrees (version 0.1)

readArgs: Read arguments for a sampletrees run from a settings file

Description

This function is used to read in settings for a sampletrees run that have been previously saved to a file.

Usage

readArgs(filename, check=TRUE)

Arguments

filename
The name of the input file with the sampletrees settings
check
If TRUE, error checking of the settings will be done (default=TRUE)

Value

Returns an object of class 'pars' with settings from the input file

References

TBD

Examples

Run this code
settingsname=system.file("Examples/example_h_pars", package="Rsampletrees")
runpars=readArgs(settingsname, check=FALSE)

Run the code above in your browser using DataLab