translateRsp {R.rsp}R Documentation

Translates an RSP file to an R RSP source file

Description

Translates an RSP file to an R RSP source file.

Usage

## Default S3 method:
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

A logical.

verbose

Verbose.

Value

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

Author(s)

Henrik Bengtsson

See Also

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


[Package R.rsp version 0.30.0 Index]