newHtml {Nozzle.R1} | R Documentation |
Create a new freeform HTML element. THIS MUST BE USED WITH EXTRAORDINARTY CARE!
Description
Create a new freeform HTML element. THIS MUST BE USED WITH EXTRAORDINARTY CARE!
Usage
newHtml(..., style = NULL, exportId = NULL,
protection = PROTECTION.PUBLIC)
Arguments
... |
Strings that will be concatenated to form the
HTML content that will be wrapped into a |
style |
CSS to be applied to the |
exportId |
Unique string to identify this element.
Used to retrieve the element using
|
protection |
Procection level. One of PROTECTION.PUBLIC, PROTECTION.GROUP, PROTECTION.PRIVATE. |
Value
New element.
Author(s)
Nils Gehlenborg nils@hms.harvard.edu
[Package Nozzle.R1 version 1.1-1.1 Index]