SDS.to.RSDA | R Documentation |
To convert SDS SODAS files to RSDA files.
SDS.to.RSDA(file.path, labels = FALSE)
file.path |
Disk path where the SODAS *.SDA file is. |
labels |
If we want to include SODAS SDA files lebels in RSDA file. |
A RSDA symbolic data file.
Olger Calderon and Roberto Zuniga.
Bock H-H. and Diday E. (eds.) (2000). Analysis of Symbolic Data. Exploratory methods for extracting statistical information from complex data. Springer, Germany.
SODAS.to.RSDA
## Not run:
# We can read the file directly from the SODAS SDA file as follows:
# We can save the file in CSV to RSDA format as follows:
setwd('C:/Program Files (x86)/DECISIA/SODAS version 2.0/bases/')
result <- SDS.to.RSDA(file.path='hani3101.sds')
# We can save the file in CSV to RSDA format as follows:
write.sym.table(result, file='hani3101.csv', sep=';',dec='.', row.names=TRUE,
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.