.rxDocTable {rxode2} | R Documentation |
Print out a table in the documentation
Description
Print out a table in the documentation
Usage
.rxDocTable(table, caption = "none")
Arguments
table |
data frame |
caption |
a character vector representing the caption for the latex table |
Value
based on the knitr
context:
output a
kableExtra::kbl
forlatex
outputoutput a
DT::datatable
for html outputotherwise output a
knitr::kable
Author(s)
Matthew L. Fidler
Examples
.rxDocTable(rxReservedKeywords)
[Package rxode2 version 3.0.0 Index]