Nothing
#devtools::document(roclets = c('rd', 'collate', 'vignette','namespace') ) #R command to update the NAMESPACE file in case there is no NAMESPACE file yet
#see https://cran.r-project.org/web/packages/roxygen2/vignettes/rd-formatting.html about why there is a line saying "Roxygen: list(markdown = TRUE)" in the DESCRIPTION file. It is totally optional, but using it can allow for nicer looking documentation of the functions in the package.
#' @importFrom magrittr %>% %<>% %$% %T>%
#' @import rlang
# Please note that all of the packages mentioned in the above @import and @importFrom statements need to be manually added to this package's DESCRIPTION file
NULL
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.