R.rsp (version 0.46.0)

makeSourceCode.RspSourceCodeFactory: Makes a RspSourceCode object

Description

Makes a RspSourceCode object.

Usage

# S3 method for RspSourceCodeFactory
makeSourceCode(this, code, ...)

Value

Returns a RspSourceCode object.

Arguments

code

A character vector of code strings.

...

Arguments passed to the language-specific RspSourceCode constructor, e.g. type and metadata.

Author

Henrik Bengtsson

See Also

For more information see RspSourceCodeFactory.