Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

write.sym.table

Write Symbolic Data Table


Description

This function write (save) a symbolic data table from a CSV data file.

Usage

write.sym.table(sym.data, file, sep, dec, row.names = NULL, col.names = NULL)

Arguments

sym.data

Symbolic data table

file

The name of the CSV file.

sep

As in R function read.table

dec

As in R function read.table

row.names

As in R function read.table

col.names

As in R function read.table

Value

Write in CSV file the symbolic data table.

Author(s)

Oldemar Rodriguez Rojas

References

Bock H-H. and Diday E. (eds.) (2000). Analysis of Symbolic Data. Exploratory methods for extracting statistical information from complex data. Springer, Germany.

See Also

read.sym.table

Examples

## Not run: 
data(example1)
write.sym.table(example1, file = "temp4.csv", sep = "|",
                dec = ".", row.names = TRUE, col.names = TRUE)
ex1 <- read.sym.table("temp4.csv", header = TRUE,
                       sep = "|", dec = ".", row.names = 1)

## End(Not run)

RSDA

R to Symbolic Data Analysis

v3.0.12
GPL (>= 2)
Authors
Oldemar Rodriguez [aut, cre], Jose Emmanuel Chacon [cph], Carlos Aguero [cph], Jorge Arce [cph]
Initial release
2022-07-04

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.