Exports any CDSimX dataframe to a CSV file.

export_csv(data, file = "CDSimX_output.csv", row_names = FALSE)

Arguments

data

A dataframe to export.

file

Output CSV filename.

row_names

Logical. Include row names?

Value

Invisibly returns the file path.

Examples

if (FALSE) { # \dontrun{
export_csv(climate_data)
} # }