Select Git revision
Collect.vue
-
Adam Procter authored
Plan is to undo all this now and start a global event and add in focus trap
Adam Procter authoredPlan is to undo all this now and start a global event and add in focus trap
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"))
}