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

setup.R

Blame
  • setup.R 220 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
    #'
    setup <- function() {
      source(here::here("env.R"))
    }