View source: R/fct_event_list.R
get_data_table | R Documentation |
Takes a list of events and makes a data frame with given variables in columns. Also adds a column with the complete event list and a final column for ordering the list by date.
get_data_table(events, variable_names)
events |
The list of events to turn into a data frame |
variable_names |
The variables which should be displayed in the columns of the data frame. |
A data frame with the events as rows and variable names as columns.
The function doesn't replace code names with display names. That is done separately so that when the app language is switched, we can change the table display names without having to create it again.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.