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

make_basicReport.R

Blame
  • Forked from SERG / woRkflow
    Source project has a limited visibility.
    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"))
    }