Learn R Programming

RcppOctave (version 0.9.5)

OctaveConfig: Cached RcppOctave Configuration Paths

Description

Cached RcppOctave Configuration Paths

Usage

OctaveConfig(name, ..., reset = FALSE)

Arguments

name
Name of an RcppOctave path variable
...
extra names to be concatenated to the result with file.path. Only used when name is not missing.

Value

  • a list (if name is missing) or a single character string.

Examples

Run this code
OctaveConfig()
OctaveConfig('lib')
OctaveConfig('include')

Run the code above in your browser using DataLab