Skip to content

Commit 8d4d238

Browse files
authored
Update download-alternative.R
1 parent ec8f20b commit 8d4d238

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

applications/download-alternative.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Define base URL for downloads
22
base_url <- "https://minio.lab.sspcloud.fr/projet-formation/nouvelles-sources/data/"
33

4+
dir.create("data")
5+
46
# Download the files
57
download.file(url = paste0(base_url, "geoparquet/dvf.parquet"),
68
destfile = "data/dvf.parquet")

0 commit comments

Comments
 (0)