Select Git revision
make_basicReport.R
Forked from
SERG / woRkflow
Source project has a limited visibility.
-
B.Anderson authoredB.Anderson authored
setup.R 237 B
#' Set up the project
#'
#' \code{setup} sources env.R in the repo/project top level folder.
#'
#' @author Ben Anderson, \email{b.anderson@@soton.ac.uk}
#' @export
#' @family utils
#'
setup <- function() {
source(here::here("env.R"))
}