EQRN_save | R Documentation |
Creates a folder named name
and located in path
, containing binary save files,
so that the given "EQRN"
object fit_eqrn
can be loaded back in memory from disc using EQRN_load()
.
EQRN_save(fit_eqrn, path, name = NULL, no_warning = TRUE)
fit_eqrn |
An |
path |
Path to save folder as a string. |
name |
String name of the save. |
no_warning |
Whether to silence the warning raised if a save folder needed beeing created (bool). |
No return value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.