#' @title
#' Use Sandbox
#'
#' @description
#' Use a sandbox file for developing functions that is in gitignore
#'
#' @export
dev_use_sandbox <- function() {
usethis::use_directory("dev")
file.create("dev/sandbox.R")
usethis::use_git_ignore("dev/sandbox.R")
file.edit("dev/sandbox.R")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.