examples updated

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-11-19 11:22:47 +01:00
commit c2fa49e914
No known key found for this signature in database
3 changed files with 28 additions and 28 deletions

View file

@ -31,5 +31,5 @@ data.frame
Data summary for printing visual summary
}
\examples{
mtcars |> data_summary_gather()
mtcars |> data_summary_gather() |> names()
}