generates html document text from the given object
htmlPrinter
00 Remarks
generic function supports for the stringr.html() function.
01 Syntax
SMRUCC.Rsharp.Runtime.Internal.htmlPrinter
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| AttachHtmlFormatter | 1 | Create html document from given object. |
| AttachHtmlFormatter | 1 |
03 Fields
| Name | Overloads | Summary |
|---|---|---|
| toHtml_apiName | 1 |
04 Members
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 ObjectType Parameters
| Name | Description |
|---|---|
T |
Parameters
| Name | Type | Description |
|---|---|---|
formatter | GenericFunction | - |
toHtml_apiName
AttachHtmlFormatter(GenericFunction)