#' set_destination
#'
#' @param path
#'
#' @return
#' @export
#'
#' @examples
set_destination <- function(path) {
savespace <- path
}
#' set_backup_destination
#'
#' @param path
#'
#' @return
#' @export
#'
#' @examples
set_backup_destination <- function(path) {
backup <- path
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.