View source: R/save_gcae_experiment_results.R
save_gcae_experiment_results | R Documentation |
gcae_experiment_results
to fileSave a gcae_experiment_results
to file
save_gcae_experiment_results(gcae_experiment_results, folder_name)
gcae_experiment_results |
the results of a call to do_gcae_experiment, as checked by check_gcae_experiment_results |
folder_name |
name of a folder, as checked by check_folder_name |
Nothing
Richèl J.C. Bilderbeek
# Create a gcae_experiment_results
gcae_experiment_results <- create_test_gcae_experiment_results()
# Use a temporary file
folder_name <- get_gcaer_tempfilename()
# Save gcae_experiment_results to temporary file
filenames <- save_gcae_experiment_results(
gcae_experiment_results = gcae_experiment_results,
folder_name = folder_name
)
# Cleanup
file.remove(unlist(filenames))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.