NIEHS / brassens

Bias-corrected Recordings from Air temperature Sensors to Support EnviroNmental Sciences
https://niehs.github.io/brassens/
MIT License
0 stars 1 forks source link

load_pa() #14

Closed eva0marques closed 5 months ago

eva0marques commented 5 months ago

In order to avoid downloading the same data many time:

load_pa <- function(ts, te, area, file) {
- if is.null(file) then download_pa(ts, te, area) 
- else open and load corresponding data
}