R.rsp (version 0.9.17)

rargs: Gets RSP arguments of an RSP document

Description

Gets RSP arguments of an RSP document, if any.

Usage

## S3 method for class 'default':
rargs(...)

Arguments

...
Arguments passed to rcompile().

Value

Details

Any RSP preprocessing variable with an 'description' attribute is considered to be an RSP argument.

See Also

rfile().

Examples

Run this code
path <- system.file("doc", package="R.rsp")
args <- rargs(file="RSP-refcard.tex.rsp", path=path)
print(args)

Run the code above in your browser using DataCamp Workspace