sepl: Evalute Input

Description Usage Arguments Details Value

Description

Evaluates the input and returns a sepl result.

Usage

1
sepl(input, isfile = FALSE, trace = FALSE)

Arguments

input

The input to be evaluated.

isfile

Indicates if the input is a file or raw character string.

trace

Indicates if the traceback should be included in the error result, if any.

Details

The result can be either a "success" result or an "error" result. In both cases, the return value indicates what it is and provides useful(ish) information in case of "error".

Value

The sepl result.


vst/sepl documentation built on May 3, 2019, 7:09 p.m.

Related to sepl in vst/sepl...