create_dt {wpa} | R Documentation |
Create interactive tables in HTML with 'download' buttons.
Description
See https://martinctc.github.io/blog/vignette-downloadable-tables-in-rmarkdown-with-the-dt-package/ for more.
Usage
create_dt(x, rounding = 1, freeze = 2, percent = FALSE)
Arguments
x |
Data frame to be passed through. |
rounding |
Numeric vector to specify the number of decimal points to display |
freeze |
Number of columns from the left to 'freeze'. Defaults to 2, which includes the row number column. |
percent |
Logical value specifying whether to display numeric columns as percentages. |
Value
Returns an HTML widget displaying rectangular data.
See Also
Other Import and Export:
copy_df()
,
export()
,
import_to_fst()
,
import_wpa()
,
standardise_pq()
Examples
out_tb <- hrvar_count(sq_data, hrvar = "Organization", return = "table")
create_dt(out_tb)
[Package wpa version 1.9.1 Index]