Skip to contents

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