We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1ac6c1 commit c9ff84cCopy full SHA for c9ff84c
1 file changed
sensors/01-meteorological-data.Rmd
@@ -7,7 +7,7 @@ output: html_document
7
knitr::opts_chunk$set(echo = FALSE, cache = TRUE)
8
9
api_url <- "https://terraref.ncsa.illinois.edu/clowder/api"
10
-output_dir <- "~/data/downloads/"
+output_dir <- file.path(tempdir(), "downloads")
11
dir.create(output_dir, showWarnings = FALSE, recursive = TRUE)
12
13
```
0 commit comments