Fixed typo (#1369)

This commit is contained in:
Jonathan Kitt
2023-03-15 16:01:00 +01:00
committed by GitHub
parent 4e250d44cd
commit cb10b6c89d

View File

@@ -226,7 +226,7 @@ df <- tribble(
"Marvin", "nectarine",
"Terence", "cantaloupe",
"Terence", "papaya",
"Terence", "madarin"
"Terence", "mandarin"
)
df |>
group_by(name) |>