Nothing
# Error helpers --------------------------------------------------
#' Create standardised notionapi errors
#'
#' @noRd
#' @keywords internal
notionapi_error <- function(
message,
class = NULL,
call = caller_env(),
.envir = caller_env(),
...
) {
cli::cli_abort(
message,
call = call,
class = c(class, "notionapi_error"),
.envir = .envir
)
}
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.