nuget server logo nuget api documents
↑

API Docs / REnv / htmlPrinter

htmlPrinter

Full name SMRUCC.Rsharp.Runtime.Internal.htmlPrinter Assembly REnv Members 3

generates html document text from the given object

00 Remarks

generic function supports for the stringr.html() function.

01 Syntax

SMRUCC.Rsharp.Runtime.Internal.htmlPrinter

02 Methods

NameOverloadsSummary
AttachHtmlFormatter 1 Create html document from given object.
AttachHtmlFormatter 1

03 Fields

NameOverloadsSummary
toHtml_apiName 1

04 Members

method AttachHtmlFormatter #
AttachHtmlFormatter``1(GenericFunction)

Create html document from given object. (Object -> html String)

Remarks

the generic overloads function should be a delegate function of:

 Delegate GenericFunction(x As Object, args As ApiArgumentHelpers.list(), env As Environment) As Object
Type Parameters
NameDescription
T
Parameters
NameTypeDescription
formatterGenericFunction

-

field toHtml_apiName #
toHtml_apiName
method AttachHtmlFormatter #
AttachHtmlFormatter(GenericFunction)