View source: R/mod_freq_table.R
render_freq_table | R Documentation |
Title
render_freq_table( id = NULL, data, output_id = "grouping_tbl", freq_tab.col_n_abs = "col_n_abs", freq_tab.col_n_rel = "col_n_rel", freq_tab.sort = TRUE, dt_bundle_buttons = dtf::dt_bundle_buttons_en, dt_bundle_internationalization = dtf::dt_bundle_internationalization_en, dt_bundles_additional = list(), dt.filter = dtf::valid_dt_filter_values(1), dt.scroll_y = 300, dt.left = 1L, transform_fn = identity, event_id = "submit" )
dt_bundles_additional |
[list] Additional DT bundles. See dtf::dt_bundle_dom as an example |
dt.filter |
[character] DT column filter settings. See package dtf |
dt.scroll_y |
[integer] DT: pixels for vertical scrolling |
dt.left |
[integer] DT: columns to fix from the left |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.