View source: R/knitrContainer-function.R
| as.knitrContainer | R Documentation |
knitrContainer() - creates a new empty knitrContainer object.
is.knitrContainer() - tests if class of an object is object
knitrContainer().
as.knitrContainer() - converts an object to knitrContainer.
More specifically:
for list - only the class attribute is added,
for other objects - firstly an object is inctluded into list by
list(object) and then class attribute is added;
for knitrContainer objects - they are returned as-is.
as.knitrContainer(obj = NULL)
is.knitrContainer(obj)
knitrContainer()
obj |
object to be tested or converted to |
Vilmantas Gegzna
Other knitrContainer functions:
Join(),
add_as_heading(),
add_as_,
knitrContainer-class,
print_all(),
print(),
summary()
# Find examples in link `knitrContainer-class`
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.