This function takes a table and handles the output creation part.
Usage
handle_table_output(table, output_path = NULL, tablename)
Arguments
- table
The table to output
- output_path
The path to output the table, will be NULL by default
- tablename
The name of the .csv file with the table
Value
The table passed in, if an output path is given it will save the csv.