R/projPath.R

Defines functions projPath

##
## path to the top of a project in a given year
##
projPath = function(proj, year = lubridate::year(Sys.time())) {
    SGPath("contrib", year, proj)
}
jbrzusto/sensorgnome-R-package documentation built on May 18, 2019, 9:19 p.m.