| rargs {R.rsp} | R Documentation |
Gets RSP arguments of an RSP document, if any.
## Default S3 method: rargs(...)
... |
Arguments passed to |
Any RSP preprocessing variable with an 'description' attribute is considered to be an RSP argument.
Returns a data.frame of class 'RspArguments'.
Henrik Bengtsson
rfile().
path <- system.file("doc", package="R.rsp")
args <- rargs(file="RSP_refcard.tex.rsp", path=path)
print(args)