R/zzz.R

Defines functions .onLoad

.onLoad <- function(libname, pkgname) {
  UserDir <<- stringr::str_c(stringr::str_split(getwd(),"/")[[1]][1:3],collapse="/")
}
youngstreetinitiative/paths documentation built on May 3, 2019, 3:36 p.m.