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

SDS.to.RSDA

SDS SODAS files to RSDA files.


Description

To convert SDS SODAS files to RSDA files.

Usage

SDS.to.RSDA(file.path, labels = FALSE, encoding = "UTF-8")

Arguments

file.path

Disk path where the SODAS *.SDA file is.

labels

If we want to include SODAS SDA files lebels in RSDA file.

encoding

file encoding

Value

A RSDA symbolic data file.

Author(s)

Olger Calderon and Roberto Zuniga.

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

SODAS.to.RSDA

Examples

## 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)

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.