recreatemrbin | R Documentation |
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.
recreatemrbin(filename = NULL, graphics = TRUE)
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. |
None
# Insert full folder path and file name
recreatemrbin(system.file("extdata/mrbin.txt",package="mrbin"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.