R.rsp (version 0.41.0)

RspComment: The RspComment class

Description

Package: R.rsp Class RspComment

character ~~| ~~+--RspObject ~~~~~~~| ~~~~~~~+--RspConstruct ~~~~~~~~~~~~| ~~~~~~~~~~~~+--RspComment

Directly known subclasses:

public class RspComment extends RspConstruct

An RspComment is an RspConstruct that represents an RSP comment, which are of format <%-- ... --%>, <%--- ... ---%> and so on. They can also be so called "empty" RSP comments of format <%-%>, <%--%>, <%---%> and so on.

Usage

RspComment(str=character(), ...)

Arguments

str

A character string.

...

Not used.

Fields and Methods

Methods:

asRspString -
getComment Gets the comment.

Methods inherited from RspConstruct: asRspString, getComment, getInclude, getSuffixSpecs

Methods inherited from RspObject: print

Methods inherited from character: all.equal, as.Date, as.POSIXlt, as.data.frame, as.raster, formula, getDLLRegisteredRoutines, isOpen, toLatex, uses