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

View source: R/internal.R

at_leastR Documentation

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


Paradigm4/SciDBR documentation built on Nov. 9, 2023, 4:58 a.m.