Skip to content

Commit

Permalink
Fixed glitch in rendering available datasets file, added Switzerland …
Browse files Browse the repository at this point in the history
…test data
  • Loading branch information
RichardMN committed Jun 26, 2021
1 parent bf4b680 commit 4f5ee09
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/render_available_datasets.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# render available datasets table

all_country_data <- get_regional_data(render = TRUE)
all_country_data <- get_available_datasets(render = TRUE)
usethis::use_data(all_country_data, overwrite = TRUE)
Binary file modified data/all_country_data.rda
Binary file not shown.
Binary file not shown.

0 comments on commit 4f5ee09

Please sign in to comment.