R/intro.R

Defines functions intro

Documented in intro

#' Introductory function to get working directory, from Lab 1.
#'
#' Takes no parameters
#'
#' @return Prints the current working directory.
#' @export
#'
#' @examples
#' getwd():  [1] "C:/Users/matth/Desktop/Assignments/Spring 2021/MATH 4753/MATH4753CARROLL"
intro <- function() {
  getwd()
}
matthewCmatt/MATH4753CARROLL documentation built on April 20, 2021, 7:25 p.m.