rargs: Gets RSP arguments of an RSP document

rargsR 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("rsp_examples", package="R.rsp")
args <- rargs(file="LoremIpsum.tex.rsp", path=path)
print(args)



R.rsp documentation built on June 28, 2022, 1:05 a.m.