R/mygetwd.R

Defines functions mygetwd

Documented in mygetwd

#' @title       This finds the working directory
#'
#' @description This is where we put more stuff.
#'
#' @return      The working directory.
#' @export
#'
#' @examples    mygetwd()
mygetwd <- function(){
  getwd()
}
treyhille/MATH4753.0231 documentation built on May 3, 2022, 8:25 p.m.