R/export_csv.R
export_csv.Rd
Exports any CDSimX dataframe to a CSV file.
export_csv(data, file = "CDSimX_output.csv", row_names = FALSE)
A dataframe to export.
Output CSV filename.
Logical. Include row names?
Invisibly returns the file path.
if (FALSE) { # \dontrun{ export_csv(climate_data) } # }