Nothing
check_key_tbl <- function(obj){
if (!inherits(obj, "key_tbl")){
cli::cli_abort(
"The {.field obj} need to be the result from {.fn check_key}.")
}
}
check_arg_key_use <- function(arg){
if (!arg %in% c("spatial", "temporal")){
cli::cli_abort(
"The {.field key_use} need to be either 'spatial' or 'temporal'.")
}
}
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.