Nothing
obtain_mesos_folders_from_parent_folder <- function(x) {
if(!rlang::is_string(x) || !file.exists(x)) {
cli::cli_abort("{.arg x} does not exist: {.file {x}}")
}
list.dirs(path = x, full.names = FALSE, recursive = FALSE)
}
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.