Learn R Programming

scidb (version 3.0.0)

at_least: Returns TRUE if version string x is greater than or equal to than version y

Description

Returns TRUE if version string x is greater than or equal to than version y

Usage

at_least(x, y)

Arguments

x

version string like "12.1", "15.12", etc. (non-numeric ignored)

y

version string like "12.1", "15.12", etc. (non-numeric ignored)

Value

logical TRUE if x is greater than or equal to y