Learn R Programming

ReVAMP (version 1.0.1)

vampInfo: Get Vamp API and SDK Version Information

Description

Returns information about the Vamp API and SDK versions used by ReVAMP.

Usage

vampInfo()

Arguments

Value

A list with two elements:

API version

Integer indicating the Vamp API version (typically 2)

SDK version

Character string indicating the Vamp SDK version (e.g., "2.10")

Examples

Run this code
if (FALSE) {
# Get version information
vampInfo()
}

Run the code above in your browser using DataLab