Learn R Programming

RSuite (version 0.37-253)

get_version_numbers: Retrieves version numbers from the input version string e.g. 1.2.0 returns c(1, 2, 0)

Description

Retrieves version numbers from the input version string e.g. 1.2.0 returns c(1, 2, 0)

Usage

get_version_numbers(vers)

Arguments

vers

list of versions which can contain blocks of digits separeded with a dot or dash character (type: character).

Value

list of versions digit vectors (type: list)