We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cd340c commit ce1c4f3Copy full SHA for ce1c4f3
1 file changed
episodes/disease-burden.Rmd
@@ -272,7 +272,7 @@ We create a data frame to plot our outcomes using `pivot_longer()`:
272
# create data frame
273
hosp_df <- cbind(new_cases, in_hospital = in_hospital,
274
hospitalisations = hospitalisations)
275
-# pivot longer for plotting
+# pivot longer for plotting
276
hosp_df_long <- pivot_longer(hosp_df, cols = new_infections:hospitalisations,
277
names_to = "outcome", values_to = "value")
278
0 commit comments