recreatemrbin {mrbin} | R Documentation |
A function recreating parameters from previous runs.
Description
This function reads parameters from a text file that was created during a previous run or mrbin(). After reading, the data can be recreated using mrbin(). File names in $parameters might need to be updated.
Usage
recreatemrbin(filename = NULL, graphics = TRUE)
Arguments
filename |
File path/name of the mrbin parameter file to be loaded |
graphics |
Controls whether pop-up windows are shown for selections. Defaults to TRUE. |
Value
None
Examples
resetEnv()#clean up previous data from the package environment
# Insert full folder path and file name
recreatemrbin(system.file("extdata/mrbin.txt",package="mrbin"))
[Package mrbin version 1.9.4 Index]