powered by
renderBasicTable is utility function that renders a basic table into a package vignette. This function is primarily intended for internal use by the pivottabler package.
renderBasicTable
renderBasicTable(matrix = NULL, stylePrefix = NULL, rowNamesAsHeader = FALSE)
Tabular data to render.
Text prefix for CSS style declarations.
Include row names in output.
A basic table rendered as a HTML widget.
# NOT RUN { renderBasicTable(matrix(c(1:12), nrow=3)) # }
Run the code above in your browser using DataLab