HtmlRspLanguage {R.rsp}R Documentation

The HtmlRspLanguage class

Description

Package: R.rsp
Class HtmlRspLanguage

Object
~~|
~~+--RspLanguage
~~~~~~~|
~~~~~~~+--HtmlRspLanguage

Directly known subclasses:

public static class HtmlRspLanguage
extends RspLanguage

Usage

HtmlRspLanguage(...)

Arguments

... Arguments passed to the constructor of the RspLanguage.

Fields and Methods

Methods:
escape Escapes a string specifically for the HTML language.
getComment Gets a comment string specifically for the HTML language.
getVerbatim Gets a verbatim string specifically for the HTML language.

Methods inherited from RspLanguage:
escape, getComment, getLanguage, getNewline, getVerbatim

Methods inherited from Object:
$, $<-, [[, [[<-, as.character, attach, attachLocally, clearCache, clone, detach, equals, extend, finalize, gc, getEnvironment, getFields, getInstanciationTime, getStaticInstance, hasField, hashCode, ll, load, objectSize, print, save

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)


[Package R.rsp version 0.3.4 Index]