| FileProvider | R Documentation |
Loads a bundle from an .rds file. Expects model_spec$path.
Deprecated in v2.0.0. Use load_model() or Engine$new(bundle = ...) instead.
FileProvider$new()FileProvider$new(base_path = NULL)
base_pathOptional base directory.
FileProvider$load()FileProvider$load(model_spec, ...)
FileProvider$sample_param_draws()FileProvider$sample_param_draws(model_spec, n_param_draws = 1L, ...)
FileProvider$clone()The objects of this class are cloneable with this method.
FileProvider$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.