Skip to content

Commit

Permalink
removing local data to avoid size package NOTE, shh! :B
Browse files Browse the repository at this point in the history
  • Loading branch information
jbkunst committed Jul 15, 2016
1 parent 7703edb commit 0ffa3ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3,956 deletions.
2 changes: 1 addition & 1 deletion data-raw/vaccines.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ library("stringr")
library("highcharter")

# DATA --------------------------------------------------------------------
df <- read_csv("inst/extdata/MEASLES_Incidence_1928-2003_20160314103501.csv",
df <- read_csv("https://raw.githubusercontent.com/jbkunst/r-posts/master/042-infectious-diseases-and-vaccines/data/MEASLES_Incidence_1928-2003_20160314103501.csv",
skip = 2)
names(df) <- tolower(names(df))

Expand Down
Loading

0 comments on commit 0ffa3ff

Please sign in to comment.