Learn R Programming

radiant.data (version 0.6.0)

max_rm: Max with na.rm = TRUE

Description

Max with na.rm = TRUE

Usage

max_rm(x, na.rm = TRUE)

Arguments

x
Input variable
na.rm
If TRUE missing values are removed before calculation

Value

Maximum value

Examples

Run this code
max_rm(runif (100))

Run the code above in your browser using DataLab