Nothing
#' Print the result of a Notion API call
#'
#' @param x The result object.
#' @param ... Ignored.
#' @returns The JSON result.
#'
#' @importFrom jsonlite toJSON
#' @export
print.notion_response <- function(x, ...) {
print(toJSON(unclass(x), pretty = TRUE, auto_unbox = TRUE))
}
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.