renderHotable {shinysky} | R Documentation |
Renders the hotable.
renderHotable(expr, env = parent.frame(), quoted = FALSE, options = NULL, readOnly = TRUE)
expr |
The computation that leads to an output |
env |
The R environment in which to create the dataset |
quoted |
Pass to the exprToFunction |
options |
Pass to the exprToFunction |
readOnly |
A vector of TRUE/FALSE values to indicate which of the columns should be readonly. |