View source: R/T_hss_export_tables.R
T_hss_export_tables | R Documentation |
Exports a list of HSS tables created with hss_write_tables()
to a CSV file in
the specified location. Note that this function uses sink() to write multiple
tables to the same file.
T_hss_export_tables(df_list, questions, path)
df_list |
A named list containing the data tables. The output of hss_write_tables() usually. |
path |
Where to store the .csv output. |
A CSV file stored at the provided location.
hss_write_tables()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.