Min: Convenience Wrappers

Description Usage Arguments

View source: R/convenience.R

Description

These functions are for convenience and modify the original function to exclude missing by default. These are also highly useful to avoid warnings when converting to SQL when using dbplyr functions and remote tables.

Usage

1
2
3
4
5
6
7
Min(..., na.rm = TRUE)

Max(..., na.rm = TRUE)

Mean(..., na.rm = TRUE)

Median(..., na.rm = TRUE)

Arguments

...

Other Arguments

na.rm

Remove missing?


halpo/short documentation built on July 18, 2019, 12:06 a.m.