R/env.R

#' Where downloaded data will be kept
#'
#' Downloaded data will be stored in dataApi to avoid downloading
#' multiple time for the same selected data
#' @export dataApi
#' @keywords internal

dataApi <- new.env()


#' @title Where raw data will be kept
#' @description Created object when running `norgeo::read_csv()`
#' @export raw
#' @keywords internal

raw <- new.env()

Try the norgeo package in your browser

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

norgeo documentation built on Aug. 15, 2023, 5:06 p.m.