cas.write.csv2: Write a CAS Table to a CSV File

View source: R/read_write.R

cas.write.csv2R Documentation

Write a CAS Table to a CSV File

Description

This function is identical to cas.write.csv except that it wraps the R write.csv2 function. The write.csv2 function uses a comma for the decimal separator and a semicolon for the field delimiter.

Usage

cas.write.csv2(
  CASTable,
  file = "",
  quote = TRUE,
  eol = "\n",
  na = "NA",
  row.names = TRUE,
  fileEncoding = ""
)

sassoftware/R-swat documentation built on Feb. 26, 2024, 8 a.m.