Skip to content

Commit

Permalink
Built site for [email protected]: 77337c1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 22, 2024
1 parent 479f27b commit 378263e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion articles/convert.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion articles/convert.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ dates_1 <- c(start = "2020-02-17", end = "2020-02-19")
db_2 <- spod_convert(type = "od", zones = "distr", dates = dates_1, overwrite = TRUE)
```

In this case, any missing data that has now yet been downloaded will be automatically downloaded, while 2020-02-17 will not be redownloaded, as we already requsted it when creating `db_1`. Then the requested dates will be converted into `DuckDB`, overwriting the file with `db_1`. Once again, we save the path to the output `DuckDB` database file into `db_2` variable.
In this case, any missing data that has not yet been downloaded will be automatically downloaded, while 2020-02-17 will not be redownloaded, as we already requsted it when creating `db_1`. Then the requested dates will be converted into `DuckDB`, overwriting the file with `db_1`. Once again, we save the path to the output `DuckDB` database file into `db_2` variable.

## Load the converted `DuckDB` {#load-converted-duckdb}

Expand Down
2 changes: 1 addition & 1 deletion pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ articles:
flowmaps-static: flowmaps-static.html
v1-2020-2021-mitma-data-codebook: v1-2020-2021-mitma-data-codebook.html
v2-2022-onwards-mitma-data-codebook: v2-2022-onwards-mitma-data-codebook.html
last_built: 2024-10-22T21:54Z
last_built: 2024-10-22T21:57Z
urls:
reference: https://rOpenSpain.github.io/spanishoddata/reference
article: https://rOpenSpain.github.io/spanishoddata/articles
2 changes: 1 addition & 1 deletion search.json

Large diffs are not rendered by default.

0 comments on commit 378263e

Please sign in to comment.