Learn R Programming

radiant.data (version 0.6.0)

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
min_rm(runif (100))

Run the code above in your browser using DataLab