View source: R/summarise_gcae_input_files.R
summarise_gcae_input_files | R Documentation |
Summarise the GCAE input files
summarise_gcae_input_files(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. |
This function will show the summary using message. A list with all the elements shown is returned as well
this function is named after the base R summarise function
Richèl J.C. Bilderbeek
gcae_input_filenames <- create_test_gcae_input_filenames()
summarise_gcae_input_files(gcae_input_filenames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.