Skip to content

Commit

Permalink
Vign 022_example: fix dir.create() statement
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Aug 8, 2024
1 parent ce2ef75 commit 5291921
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/v022_example.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ It belongs to the collection of processed data ([Zenodo-link](https://zenodo.org

```{r}
soilmap_simple_path <- file.path(n2khab_data_path, "20_processed/soilmap_simple")
dir.create(soilmap_simple_path)
dir.create(soilmap_simple_path, recursive = TRUE)
download_zenodo(
doi = "10.5281/zenodo.3732903",
path = soilmap_simple_path
Expand Down

0 comments on commit 5291921

Please sign in to comment.