R/mygetwd.R

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