output_table | R Documentation |
Adds a table to a webpage, based on specified or selected variables.
output_table(variables = NULL, dataset = NULL, dataview = NULL,
id = NULL, click = NULL, subto = NULL, options = NULL,
features = NULL, filters = NULL, wide = TRUE, class = "compact",
datatables = TRUE)
variables |
The ID of a variable selecting input, or a list specifying columns (if |
dataset |
The name of a dataset, or ID of a dataset selector, to find |
dataview |
The ID of an |
id |
Unique ID of the table. |
click |
The ID of an input to set to a clicked row's entity ID. |
subto |
A vector of output IDs to receive hover events from. |
options |
A list of configuration options if |
features |
A list of features columns to include if multiple variables are included and |
filters |
A list with names of |
wide |
Logical; if |
class |
Class names to add to the table. |
datatables |
Logical; if |
A character vector of the content to be added.
output_table()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.