show_attribute_table {rock} | R Documentation |
Show a table with all attributes in the RStudio viewer and/or console
Description
Show a table with all attributes in the RStudio viewer and/or console
Usage
show_attribute_table(
x,
output = rock::opts$get("tableOutput"),
tableOutputCSS = rock::opts$get("tableOutputCSS")
)
Arguments
x |
A |
output |
The output: a character vector with one or more
of " |
tableOutputCSS |
The CSS to use for the HTML table. |
Value
x
, invisibly, unless being knitted into R Markdown,
in which case a knitr::asis_output()
-wrapped character vector is returned.
[Package rock version 0.8.1 Index]