write_files | R Documentation |
Save the CEMiTool object in files
write_files(cem, ...)
## S4 method for signature 'CEMiTool'
write_files(cem, directory = "./Tables", force = FALSE)
cem |
Object of class |
... |
Optional parameters |
directory |
a directory |
force |
if the directory exists the execution will not stop |
A directory containing CEMiTool results in files.
# Get example CEMiTool object
data(cem)
# Save CEMiTool results in files
write_files(cem, directory=".", force=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.