Skip to content
Snippets Groups Projects
Select Git revision
  • df2eea94ba7576549d89eb5d0a636f85e3c813cf
  • master default protected
2 results

setup.R

Blame
  • 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"))
    }