Skip to content

Commit ce1c4f3

Browse files
amanda-minteravallecam
authored andcommitted
lint code
1 parent 1cd340c commit ce1c4f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

episodes/disease-burden.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ We create a data frame to plot our outcomes using `pivot_longer()`:
272272
# create data frame
273273
hosp_df <- cbind(new_cases, in_hospital = in_hospital,
274274
hospitalisations = hospitalisations)
275-
# pivot longer for plotting
275+
# pivot longer for plotting
276276
hosp_df_long <- pivot_longer(hosp_df, cols = new_infections:hospitalisations,
277277
names_to = "outcome", values_to = "value")
278278

0 commit comments

Comments
 (0)