renderHotable {shinysky}R Documentation

renderHotable

Description

Renders the hotable.

Usage

renderHotable(expr, env = parent.frame(), quoted = FALSE, options = NULL,
  readOnly = TRUE)

Arguments

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.


[Package shinysky version 2.0.0 Index]