rargs {R.rsp}R Documentation

Gets RSP arguments of an RSP document

Description

Gets RSP arguments of an RSP document, if any.

Usage

## Default S3 method:
rargs(...)

Arguments

...

Arguments passed to rcompile().

Details

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

Value

Returns a data.frame of class 'RspArguments'.

Author(s)

Henrik Bengtsson

See Also

rfile().

Examples

path <- system.file("doc", package="R.rsp")
print(path)
print(dir(path=path))
args <- rargs(file="RSP_refcard.tex.rsp", path=path)
print(args)


[Package R.rsp version 0.43.1 Index]