knitr_table_format | R Documentation |
Determines the current knitr table format based on the R option
knitr.table.format
which can either be set directly to a valid format string or
to a function returning one of these strings conditionally.
knitr_table_format(default = c("pipe", "simple", "html", "latex", "rst"))
default |
knitr table format to fall back to when the R option
See |
This is basically a convenience wrapper to be able to access the current knitr.table.format
in a hassle-free way, i.e. it provides the conditional logic to
account for the possibility that knitr.table.format
is set to a function rather than a format string.
A character scalar.
Other R Markdown and knitr functions:
build_readme()
,
strip_yaml_header()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.