Learn R Programming

radiant.data (version 0.8.1)

min_rm: Min with na.rm = TRUE

Description

Min with na.rm = TRUE

Usage

min_rm(x, na.rm = TRUE)

Arguments

x

Input variable

na.rm

If TRUE missing values are removed before calculation

Value

Minimum value

Examples

Run this code
# NOT RUN {
min_rm(runif (100))

# }

Run the code above in your browser using DataLab