R/setup.R

Defines functions setup

Documented in setup

#' Set up the project
#'
#' \code{setup} sources env.R in the repo/project top level folder.
#'
#' @import here
#' @author Ben Anderson, \email{b.anderson@@soton.ac.uk}
#' @export
#' @family utils
#'
setup <- function() {
  source(here::here("env.R"))
}
CfSOtago/gridCarbon documentation built on April 5, 2022, 6:46 a.m.