NewpageBlock | R Documentation |
NewpageBlock
A ContentBlock
subclass that represents a page break in a report output.
teal.reporter::ContentBlock
-> NewpageBlock
new()
Initialize a NewpageBlock
object.
NewpageBlock$new()
Returns a NewpageBlock
object with no content and the default style.
Object of class NewpageBlock
, invisibly.
NewpageBlock <- getFromNamespace("NewpageBlock", "teal.reporter") block <- NewpageBlock$new()
clone()
The objects of this class are cloneable with this method.
NewpageBlock$clone(deep = FALSE)
deep
Whether to make a deep clone.
## ------------------------------------------------
## Method `NewpageBlock$new`
## ------------------------------------------------
NewpageBlock <- getFromNamespace("NewpageBlock", "teal.reporter")
block <- NewpageBlock$new()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.