Description Usage Arguments Value Examples
View source: R/demodelControl.R
Input parameters about output report
1 2 3 4 5 6 7 8 9 10 | demodelControl(
core = parallel::detectCores(),
date = format(Sys.Date(), "%Y-%m-%d"),
code.name = NULL,
fig.height = 8,
fig.width = 8,
output.path = getwd(),
table.file.name = NULL,
fig.file.name = NULL
)
|
core |
A integer indicating how many cores will be used for parallel computation. The default uses all available cores. |
date |
The default is the the date when one run this code |
code.name |
the R file name used for |
fig.height, fig.width |
A integer. The height and width of figures attached in the final report. The default is 8 for both width and height. See |
output.path |
A string. Folder location where the report is saved |
table.file.name |
A string with suffix .xlsx. The file name of final report. |
fig.file.name |
deprecated. Will be deleted later. |
A named list
1 2 3 4 5 6 7 8 9 10 11 12 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.