powered by
See https://martinctc.github.io/blog/vignette-downloadable-tables-in-rmarkdown-with-the-dt-package/ for more.
create_dt(x, rounding = 1, freeze = 2, percent = FALSE)
Returns an HTML widget displaying rectangular data.
Data frame to be passed through.
Numeric vector to specify the number of decimal points to display
Number of columns from the left to 'freeze'. Defaults to 2, which includes the row number column.
Logical value specifying whether to display numeric columns as percentages.
Other Import and Export: copy_df(), export(), import_to_fst(), import_wpa(), standardise_pq()
copy_df()
export()
import_to_fst()
import_wpa()
standardise_pq()
out_tb <- hrvar_count(sq_data, hrvar = "Organization", return = "table") create_dt(out_tb)
Run the code above in your browser using DataLab