reactive_tableau_schema.RdCreates a reactive expression that returns schema data for the specified
Tableau data table, including the names and data types of columns. Basically,
this is a convenience wrapper that takes a spec object in any of its
various forms, invokes either tableau_worksheet_info() or
tableau_datasource_info() as appropriate, and extracts the specific
sub-object that matches spec.
reactive_tableau_schema(spec, session = shiny::getDefaultReactiveDomain())| spec | |
|---|---|
| session | The Shiny |
A named list, as described in the DataTableSchema topic.