dm_doc2latex | R Documentation |
print information from documentation in LaTeX code
dm_doc2latex(
doc = NULL,
file = "",
where = "htb",
rowname = NULL,
...,
group = TRUE,
grouping = NULL,
which = c("group", "name", "var", "db", "label", "comment"),
code.key = c(group = "\\textbf", name = "\\texttt", var = "\\texttt", db =
"\\textbf", comment = "\\emph")
)
doc |
documentation |
file |
argument for |
where |
argument for |
rowname |
argument for |
... |
passed to |
group |
group on 'group' (if it exists) |
grouping |
specify the order to group by (character vector), else as-is |
which |
columns to print |
code.key |
formatting code key |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.