View source: R/read_gcae_setup_file.R
read_gcae_setup_file | R Documentation |
gcae_setup
from fileRead a gcae_setup
from file
read_gcae_setup_file(gcae_setup_filename)
gcae_setup_filename |
name of a file to save/load a |
the gcae_setup
as can be checked by check_gcae_setup
Richèl J.C. Bilderbeek
use save_gcae_setup to save a gcae_setup
# Create a gcae_setup
gcae_setup <- create_test_gcae_setup()
# Use a temporary file
gcae_setup_filename <- get_gcaer_tempfilename(fileext = ".csv")
# Save gcae_setup to temporary file
save_gcae_setup(
gcae_setup = gcae_setup,
gcae_setup_filename = gcae_setup_filename
)
# Load the temporary file to get a copy of the gcae_setup
gcae_setup_again <- read_gcae_setup_file(gcae_setup_filename)
# Cleanup
file.remove(gcae_setup_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.