Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into hexisticker-regions
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardMN committed Jun 22, 2021
2 parents 5a11397 + 3b18401 commit 2815431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/get_available_datasets.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ get_available_datasets <- function(type, render = FALSE,
bind_rows()
country_data <- available_country_data
} else {
country_data <- all_country_data
country_data <- covidregionaldata::all_country_data
}
if (!missing(type)) {
target_type <- match.arg(
Expand Down

0 comments on commit 2815431

Please sign in to comment.