#' Introductory function to get working directory, from Lab 1.
#'
#' Takes no parameters
#'
#' @return Prints the current working directory.
#' @export
#'
#' @examples
#' getwd(): [1] "C:/Users/matth/Desktop/Assignments/Spring 2021/MATH 4753/MATH4753CARROLL"
intro <- function() {
getwd()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.