Nothing
#' Create the default `beautier` temporary folder
#' @return nothing
#' @examples
#' create_beautier_tempfolder()
#'
#' remove_beautier_folder()
#'
#' check_empty_beautier_folder()
#' @author Richèl J.C. Bilderbeek
#' @export
create_beautier_tempfolder <- function() {
dir.create(
dirname(get_beautier_tempfilename()),
showWarnings = FALSE,
recursive = 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.