save_options | R Documentation |
Stores a matrix of options into a file, primarily for archival or subsequent analysis.
save_options(options_table, file_name)
options_table |
A |
file_name |
A |
No return value, called for side effects
tree <- dexisensitivity::masc2
option <- create_options(tree, num_options=3, seed = 42)
save_options(option,paste0(tempdir(),"\\save_options.tab"))
file.remove(paste0(tempdir(),"\\save_options.tab"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.