T_hss_export_tables: Exports a list of data tables to CSV

View source: R/T_hss_export_tables.R

T_hss_export_tablesR Documentation

Exports a list of data tables to CSV

Description

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.

Usage

T_hss_export_tables(df_list, questions, path)

Arguments

df_list

A named list containing the data tables. The output of hss_write_tables() usually.

path

Where to store the .csv output.

Value

A CSV file stored at the provided location.

See Also

hss_write_tables()


RenRMT/hsstools documentation built on April 14, 2025, 7:10 p.m.