makeSourceCode.RspSourceCodeFactory {R.rsp}R Documentation

Makes a RspSourceCode object

Description

Makes a RspSourceCode object.

Usage

## S3 method for class 'RspSourceCodeFactory'
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.

Author(s)

Henrik Bengtsson

See Also

For more information see RspSourceCodeFactory.


[Package R.rsp version 0.44.0 Index]