View source: R/saving_and_loading_data.R
save_statistics_per_random | R Documentation |
This function provides a secured way to save statistics_per_random
dataframe.
The more generic functionprovided by TAD save_depending_on_format
expects
saves object using their name, but saves nothing if the provided name is not
correct, or mya even save an unwanted object.
This function provides a way to verify the object you want to save, and so,
it is more secured.
save_statistics_per_random(path, object = NULL)
path |
the path of the file to load |
object |
the object to save |
NULL - called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.