csv (version 0.5)

as.csv.data.frame: Save a Data Frame as CSV.

Description

Saves a data.frame as CSV, using selected conventions.

Usage

# S3 method for data.frame
as.csv(x, file, na = ".", quote = FALSE,
  row.names = FALSE, ...)

Arguments

x

object

file

passed to write.csv

na

passed to write.csv

quote

passed to write.csv

row.names

passed to write.csv

...

passed arguments

Value

invisible data.frame (x)