R/do.R

Defines functions do

Documented in do

#' Utility/wrapper function to DO the default things
#'
#' Simply sources any script called "DO.R" in the current
#' directory.  Reduces typing for lazy people like me.
#'
#' @export
do = function() {
  source("DO.R")
}
LisaHopcroft/CTutils documentation built on Oct. 7, 2021, 11:08 p.m.