View source: R/create_test_gcae_input_data.R
create_test_gcae_input_data | R Documentation |
gcae_input_data
to be used in testing.Create a gcae_input_data
to be used in testing.
create_test_gcae_input_data(
gcae_input_filenames = gcaer::create_test_gcae_input_filenames(),
verbose = FALSE
)
gcae_input_filenames |
the GCAE input filenames, in the form of a list with the following elements:
|
verbose |
the verbosity of a function. Set to TRUE for more output. Use check_verbose to detect if this argument is valid. |
a gcae_input_data
Richèl J.C. Bilderbeek
use create_gcae_input_data to create
a regular gcae_input_data
gcae_input_data <- create_test_gcae_input_data()
check_gcae_input_data(gcae_input_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.