#' Add together two numbers
#'
#' @family Functions for testing purposes.
#' @return The working directory of your project.
#' @examples
#' print_dir()
print_dir <- function() {
print(getwd())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.