dot-rxDocTable: Print out a table in the documentation

.rxDocTableR 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 for latex output

  • output a DT::datatable for html output

  • otherwise output a knitr::kable

Author(s)

Matthew L. Fidler

Examples

.rxDocTable(rxReservedKeywords)

nlmixr2/rxode2 documentation built on Jan. 11, 2025, 8:48 a.m.