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()
}
miguelrh45/MATH4753rund0006 documentation built on May 3, 2022, 7:36 p.m.