Description Usage Arguments Value Examples
Write a config
object as a YAML file, and write all dataframe
components (transitions, parameters, predictors) as csv files. All
paths must be explicitly specified as arguments. This function will not
allow overwriting files.
1 2 3 4 5 6 7 | write_config(
cfg,
config_path,
transitions_path,
parameters_path,
predictors_path
)
|
cfg |
A |
config_path |
Path to the output YAML config file |
transitions_path |
Path to output transitions csv |
parameters_path |
Path to output parameters csv |
predictors_path |
Path to output predictors csv |
None, writes config components to disk
1 2 3 4 5 | ## Not run:
write_config(config_ex_1, 'cfg.yml', 'trans.csv', 'params.csv',
'predictors.csv')
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.