ez.savet: wrapper of write.csv, but with row.names removed, alias of...

View source: R/io.R

ez.savetR Documentation

wrapper of write.csv, but with row.names removed, alias of ez.write, wrapper of write.csv

Description

wrapper of write.csv, but with row.names removed, alias of ez.write, wrapper of write.csv

Usage

ez.savet(
  x,
  file = "RData.csv",
  row.names = FALSE,
  col.names = TRUE,
  na = "",
  ...
)

ez.writet(
  x,
  file = "RData.csv",
  row.names = FALSE,
  col.names = TRUE,
  na = "",
  ...
)

Value

returns file path

Examples

(x, file="RData.csv", row.names=FALSE, col.names=TRUE, append = FALSE, quote = TRUE, sep = ",",
            na = "NA", dec = ".",
            col.names = TRUE, qmethod = c("escape", "double"),
            fileEncoding = "")
dec: decimal point
sep: not applicable when file is csv

jerryzhujian9/zmisc documentation built on March 9, 2024, 12:49 a.m.