R/zzz.R

Defines functions .onAttach

.onAttach <- function(libname, pkgname) {

  p_path <- get_p_path(error = FALSE)

  packageStartupMessage('projects_folder() location:\n', p_path)
}

Try the projects package in your browser

Any scripts or data that you put into this service are public.

projects documentation built on April 24, 2021, 5:06 p.m.