| rargs | 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("rsp_examples", package="R.rsp")
args <- rargs(file="LoremIpsum.tex.rsp", path=path)
print(args)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.