Skip to content

Commit e69d671

Browse files
committed
fix example
1 parent 141be45 commit e69d671

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/descript.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
#' fmtcars |> group_by(cyl, am) |> select(mpg) |> descript()
110110
#'
111111
#' # post-extraction (if you don't mind doing the extra computations
112-
#' and extracting afterword)
112+
#' # and extracting afterword)
113113
#' fmtcars |> descript() |> select(n, mean)
114114
#' fmtcars |> select(mpg) |> descript() |> select(n, mean)
115115
#' fmtcars |> group_by(cyl) |> select(mpg) |> descript() |> select(n, mean)

man/descript.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)