R.rsp (version 0.40.0)

makeSourceCode.RspSourceCodeFactory: Makes a RspSourceCode object

Description

Makes a RspSourceCode object.

Usage

"makeSourceCode"(this, code, ...)

Arguments

code
A character vector of code strings.
...
Arguments passed to the language-specific RspSourceCode constructor, e.g. type and metadata.

Value

Returns a RspSourceCode object.

See Also

For more information see RspSourceCodeFactory.