Add data, clean up some data, update plots.
@ -16,9 +16,9 @@ unique(d_raw$Date)
|
|||||||
|
|
||||||
# Clean up here if needed
|
# Clean up here if needed
|
||||||
d <- d_raw %>%
|
d <- d_raw %>%
|
||||||
mutate(Date = as.Date(Date)) %>%
|
mutate(Date = as.Date(Date)) #%>%
|
||||||
# Drop Tech alone and leave Tech and Tech Plus
|
# Drop Tech alone and leave Tech and Tech Plus
|
||||||
select(-c(Tech, Tech.Plus))
|
#select(-c(Tech, Tech.Plus))
|
||||||
|
|
||||||
d_total <- d %>% filter(State.Territory == "TOTAL")
|
d_total <- d %>% filter(State.Territory == "TOTAL")
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 524 KiB After Width: | Height: | Size: 577 KiB |
Before Width: | Height: | Size: 224 KiB After Width: | Height: | Size: 239 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 160 KiB After Width: | Height: | Size: 158 KiB |
Before Width: | Height: | Size: 174 KiB After Width: | Height: | Size: 171 KiB |