#' yt_functions.R (api)
#' Given a dir, create fs:path
#'
#' @param dir (character).
#' @return fs:path.
#' @export
sbox_create_path <- function(dir="tmp") path <-fs::path(dir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.