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

Description Usage Arguments Value

View source: R/internal.R

Description

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

Usage

1
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


scidb documentation built on Aug. 12, 2020, 5:08 p.m.