clindoc | R Documentation |
clindoc
objectThese functions handle the conversion of a clintable
object into a clindoc
object.
clindoc(...)
as_clindoc(x)
... |
|
x |
A |
as_clindoc()
is intended for a single clintable object and extracts all
necessary title and footnote information to apply to the document
clindoc()
can accept clintable
objects as separate parameters or as a
list of clintable
objects. If a single clintable
is passed, this function
simply calls as_clindoc()
internally.
When a multiple clintable
objects are passed to clindoc()
, titles and footnotes
should be applied directly to the clindoc
object using clin_add_title()
,
clin_add_footnote()
, or clin_add_footnote_page()
. Title and footnote information
on the individual clintable
objects will be ignored.
a clindoc
object, inherited from an officer::rdocx
object
ct <- clintable(mtcars)
clindoc(ct)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.