exportCSV: Export Data

View source: R/exportCSV.R

exportCSVR Documentation

Export Data

Description

Exports a data frame to a text-based file.

Usage

exportCSV(x, file.name = "")

Arguments

x

the data frame to be written.

file.name

a character string naming the file for output.

Value

The file name is returned.

Note

The function exportCSV also writes a meta file that contains information about column formatting.

See Also

write.table, importCSV


USGS-R/smwrBase documentation built on Oct. 18, 2022, 9:55 a.m.