save_output: Save data to a specified folder

View source: R/common.R

save_outputR Documentation

Save data to a specified folder

Description

Save data to a specified folder

Usage

save_output(data, output_folder, output_filename = NA, ...)

Arguments

data

the data object being saved. Can be a data frame or a list of data frames.

output_folder

folder where to save the output

output_filename

the name of the file being saved. Defaults to the name of the data frame, or the named elements of a list of data frames

Details

The folder should be one of the folders specified in init_paths()


transportenergy/item_mip_data_processing documentation built on July 6, 2023, 7:51 p.m.