Skip to content

Commit

Permalink
spod_get was missing
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov authored Aug 27, 2024
1 parent 93f288d commit 8984f6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/convert.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ data |>
You can get a single day's worth of data as an in-memory object with `spod_get()`:

```{r}
dates <- c(start = "2024-03-01", end = "2024-03-01")
d_1
dates <- c("2024-03-01")
d_1 <- spod_get(type = "od", zones = "distr", dates = dates)
class(d_1)
```

Expand Down

0 comments on commit 8984f6d

Please sign in to comment.