Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
e-kotov authored Aug 27, 2024
1 parent 8984f6d commit 7067b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/convert.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Note that this is a lazily-evaluated in-memory object (note the `:memory:` in th

### Convert to `DuckDB` {#convert-to-duckdb}

You can convert the already downloaded data into `DuckDB` like. For example, you select a few dates, and download the data manually (note: we use `dates_2` to refer to the face that we are using v2 data):
You can convert the already downloaded data into `DuckDB` database. For example, you select a few dates, and download the data manually (note: we use `dates_2` to refer to the fact that we are using v2 data):

```{r}
dates_2 <- c(start = "2023-02-14", end = "2023-02-17")
Expand Down

0 comments on commit 7067b04

Please sign in to comment.