File tree Expand file tree Collapse file tree 1 file changed +2
-14
lines changed
Expand file tree Collapse file tree 1 file changed +2
-14
lines changed Original file line number Diff line number Diff line change @@ -535,13 +535,7 @@ disease_incidence <- disease_dat %>%
535535 complete_dates = TRUE
536536 )
537537
538- # with data available before march 1st
539- disease_incidence %> %
540- plot()
541-
542- # with complete data
543- disease_incidence %> %
544- plot()
538+ plot(disease_incidence )
545539
546540
547541# Confirm {cfr} data input format ----------------------------------------
@@ -614,13 +608,7 @@ disease_incidence <- disease_dat %>%
614608 complete_dates = TRUE
615609 )
616610
617- # with data available before march 1st
618- disease_incidence %> %
619- plot()
620-
621- # with complete data
622- disease_incidence %> %
623- plot()
611+ plot(disease_incidence )
624612
625613
626614# Confirm {cfr} data input format ----------------------------------------
You can’t perform that action at this time.
0 commit comments