This function generates a symbolic data table from a CSV data file.
generate.sym.table(sym.data, file, sep, dec, row.names = NULL, col.names = NULL)
Symbolic data table.
The name of the CSV file.
As in R function read.table.
As in R function read.table.
As in R function read.table.
As in R function read.table.
Return a symbolic data table.
Bock H-H. and Diday E. (eds.) (2000). Analysis of Symbolic Data. Exploratory methods for extracting statistical information from complex data. Springer, Germany.
# NOT RUN {
data(example1)
generate.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)
# }
Run the code above in your browser using DataLab