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