R Table
Component for rendering a R data frame or matrix in a tabular display.
Options
- code |
string: R code returning a data.frame containing the data to be displayed in the table. Default:''. - libraries |
array: R libraries that should be loaded automatically when the inputcodeis executed. Default:[]. - prependCode |
(string|array): R codestring(orarrayof R code blocks) to be prepended to the code stored incodewhen evaluating. Default:''. - style |
object: CSS inline styles. Default:{}.
Examples
- Minimal
- Using Libraries
- Custom Style
Live Editor
Result
ReferenceError: Provider is not defined