R/gt_path.R

"gt_path" <- function(temp=FALSE) {
  if(temp) {
    file.path(tempdir(), "geysertimes")
  } else {
    # rappdirs::user_data_dir(appname="geysertimes", appauthor="geysertimes")
    tools::R_user_dir("geysertimes", "data")
  }
}

Try the geysertimes package in your browser

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

geysertimes documentation built on Sept. 9, 2021, 9:06 a.m.