Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
rfsaldanha committed Apr 15, 2024
1 parent e8b8276 commit e93f0d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
6 changes: 1 addition & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,10 @@ First, you need to find the Zenodo deposit code. It is the number that appears o
https://zenodo.org/records/10959197
```

Deposition code: 10959197
Deposition code: **10959197**

With the deposit code and the desired file name, you can just access the file with the `zen_file` function.

```{r, echo=FALSE}
delete_mirror(deposit_id = 10959197)
```

```{r}
my_iris <- zen_file(deposit_id = 10959197, file_name = "iris.rds") |>
readRDS()
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,11 @@ appears on the Zenodo DOI.

https://zenodo.org/records/10959197

Deposition code: 10959197
Deposition code: **10959197**

With the deposit code and the desired file name, you can just access the
file with the `zen_file` function.

#> ℹ The cache of deposit 10959197 was deleted

``` r
my_iris <- zen_file(deposit_id = 10959197, file_name = "iris.rds") |>
readRDS()
Expand Down Expand Up @@ -112,7 +110,7 @@ zen_file(10889682, "total_precipitation_2023-09-01_2023-09-30_day_sum.nc") |>
terra::plot(1)
```

<img src="man/figures/README-unnamed-chunk-7-1.png" width="100%" />
<img src="man/figures/README-unnamed-chunk-6-1.png" width="100%" />

## zen4R

Expand Down

0 comments on commit e93f0d8

Please sign in to comment.