View source: R/run_custom_model.R
run_custom_model | R Documentation |
Run custom model. If model results already exists, return file location.
run_custom_model(data, custom_model, thin = 1, save_to)
data |
a |
custom_model |
a |
thin |
(optional; default = 1) an |
save_to |
(optional) a |
Returns codestring specifying the location of the model output
## Not run: run_model(data, "individual_models/a.R") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.