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



[Package R.rsp version 0.45.0 Index]