#' @title This finds the working directory.
#'
#' @description This is where we put more stuff.
#'
#' @return The working directory
#' @export
#'
#' @examples
#' mygetwd()
mygetwd <- function () {
getwd()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.