#' Shows the current working directory. From Lab 1.
#'
#' Takes no input
#'
#' @param
#'
#' @return Working Directory
#' @export
#'
#' @examples
#' wd()
wd=function()
{
getwd()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.