Learn R Programming

ReVAMP (version 1.0.1)

vampPaths: Get Vamp Plugin Search Paths

Description

Returns the list of directories where ReVAMP searches for Vamp plugins. The search paths are determined by the Vamp Host SDK and typically include system-wide plugin directories and user-specific directories.

Usage

vampPaths()

Arguments

Value

A character vector of directory paths

Examples

Run this code
if (FALSE) {
# List plugin search paths
vampPaths()
}

Run the code above in your browser using DataLab