R.rsp (version 0.4.2)

translateRsp: Translates an RSP file to an R RSP source file

Description

Translates an RSP file to an R RSP source file.

Usage

## S3 method for class 'default':
translateRsp(filename, path=NULL, ..., force=FALSE, verbose=FALSE)

Arguments

filename
A filename to be read.
path
An optional path to the file.
...
Not used.
force
verbose

Value

  • Returns (invisibly) the pathname to the R RSP source code.

See Also

Internally parseRsp() parses the RSP file into an R code string. sourceRsp().