R/print_dir.R

#' Add together two numbers
#'
#' @family Functions for testing purposes.
#' @return The working directory of your project.
#' @examples
#' print_dir()


print_dir <- function() {
  print(getwd())
}
matthewcurrier/mattsforecaster documentation built on May 21, 2019, 1:01 p.m.