Description Usage Arguments Value Examples
Create a template for a setting file of function filest
1 | create.template.setting(out.file, no.setting = 1)
|
out.file |
An absolute path to a new setting file |
no.setting |
A number of simulated settings |
An output directory if suggessfully created. Null if a setting file can't be created.
1 2 3 4 5 | #Create 2 simulated settings
output <- file.path(tempdir(),"example_setting.txt")
res <- create.template.setting(out.file = output, no.setting = 2)
print(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.