Skip to content

Commit

Permalink
Merge pull request #82 from epiforecasts/brazil
Browse files Browse the repository at this point in the history
Brazil - fix broken link
  • Loading branch information
seabbs authored Oct 12, 2020
2 parents 0a907a8 + 7aa95dc commit 1e50e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/brazil.R
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ get_brazil_regional_cases_only_level_1 <- function() {
"PI", "RN", "SE", "ES", "MG", "RJ", "SP", "PR", "RS", "SC", "DF", "GO", "MT", "MS"))

# Read & clean data ---------------------------------------------------------------------
url <- "https://raw.githubusercontent.com/wcota/covid19br/master/cases-brazil-cities-time.csv"
url <- "https://github.com/wcota/covid19br/raw/master/cases-brazil-cities-time.csv.gz"

data <- csv_reader(file = url) %>%
dplyr::mutate(date = lubridate::ymd(date)) %>%
Expand Down Expand Up @@ -61,7 +61,7 @@ get_brazil_regional_cases_with_level_2 <- function() {
"PI", "RN", "SE", "ES", "MG", "RJ", "SP", "PR", "RS", "SC", "DF", "GO", "MT", "MS"))

# Read & clean data ---------------------------------------------------------------------
url <- "https://raw.githubusercontent.com/wcota/covid19br/master/cases-brazil-cities-time.csv"
url <- "https://github.com/wcota/covid19br/raw/master/cases-brazil-cities-time.csv.gz"

data <- csv_reader(file = url) %>%
dplyr::mutate(date = lubridate::ymd(date)) %>%
Expand Down

0 comments on commit 1e50e95

Please sign in to comment.