R/wd.R

Defines functions wd

Documented in wd

#' Shows the current working directory. From Lab 1.
#'
#' Takes no input
#'
#' @param
#'
#' @return Working Directory
#' @export
#'
#' @examples
#'  wd()
wd=function()
{
  getwd()
}
gabescott10/MATH4753scot0068 documentation built on March 15, 2020, 4:01 p.m.