Learn R Programming

rfml (version 0.1.0)

min,ml.col.def-method: Min

Description

Returns the minimum value of a ml.data.frame field.

Usage

"min"(x, na.rm = FALSE)

Arguments

x
a ml.data.frame field.
na.rm
not currently used.

Value

The minimum value

Examples

Run this code
## Not run: 
#  ml.connect()
#  # create a ml.data.frame based on a search
#  mlIris <- ml.data.frame(collection = "iris")
#  # min
#  min(mlIris$Sepal.Length)
# ## End(Not run)

Run the code above in your browser using DataLab