Skip to content

Commit c9ff84c

Browse files
committed
change to using tmpdir
1 parent e1ac6c1 commit c9ff84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sensors/01-meteorological-data.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ output: html_document
77
knitr::opts_chunk$set(echo = FALSE, cache = TRUE)
88
99
api_url <- "https://terraref.ncsa.illinois.edu/clowder/api"
10-
output_dir <- "~/data/downloads/"
10+
output_dir <- file.path(tempdir(), "downloads")
1111
dir.create(output_dir, showWarnings = FALSE, recursive = TRUE)
1212
1313
```

0 commit comments

Comments
 (0)