Skip to content

Commit

Permalink
Tweak to penguins documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EllaKaye committed Feb 10, 2025
1 parent 3c1de9d commit 9ad46e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library/datasets/man/penguins.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ old_nms <- sub("len", "length_mm",
## compare old and current:
noquote(rbind(old_nms, nms = colnames(penguins)))

\dontrun{ # << not in this example, keeping our 'penguins' names:
\dontrun{ # << not in this example, keeping shorter 'penguins' names:
colnames(penguins) <- old_nms
}
\keyword{datasets}

0 comments on commit 9ad46e7

Please sign in to comment.