Nothing
#' @title ARTMA main
#' @param options *\[character\]* Name of the user options file to use.
#' @param options_dir *\[character\]* Path to the directory that contains user options.
#' @return *\[any\]* Depends on the main function definition.
#' @export
main <- function(
options = NULL,
options_dir = NULL) {
runtime_setup( # nolint: box_usage_linter. # Imported on a package-level
options_file_name = options,
options_dir = options_dir,
FUN = function() {
cli::cli_inform("ARTMA main function")
}
)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.