HtmlRspLanguage {R.rsp} | R Documentation |
Package: R.rsp
Class HtmlRspLanguage
Object
~~|
~~+--
RspLanguage
~~~~~~~|
~~~~~~~+--
HtmlRspLanguage
Directly known subclasses:
public static class HtmlRspLanguage
extends RspLanguage
HtmlRspLanguage(...)
... |
Arguments passed to the constructor of the RspLanguage . |
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
Henrik Bengtsson (http://www.braju.com/R/)