Skip to content

Commit

Permalink
More relevant to show mean.default(), I think
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed May 14, 2018
1 parent d1cc241 commit b9185d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ex09_row-summaries.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ df %>%
#'
#+ eval = FALSE
sum(..., na.rm = FALSE)
mean(x, ...)
mean(x, trim = 0, na.rm = FALSE, ...)
median(x, na.rm = FALSE, ...)
var(x, y = NULL, na.rm = FALSE, use)

Expand Down
2 changes: 1 addition & 1 deletion ex09_row-summaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ other numerical summaries:

``` r
sum(..., na.rm = FALSE)
mean(x, ...)
mean(x, trim = 0, na.rm = FALSE, ...)
median(x, na.rm = FALSE, ...)
var(x, y = NULL, na.rm = FALSE, use)
```
Expand Down

0 comments on commit b9185d2

Please sign in to comment.