SDS.to.RSDA: SDS SODAS files to RSDA files.

View source: R/sds_to_rsda.R

SDS.to.RSDAR Documentation

SDS SODAS files to RSDA files.

Description

To convert SDS SODAS files to RSDA files.

Usage

SDS.to.RSDA(file.path, labels = FALSE)

Arguments

file.path

Disk path where the SODAS *.SDA file is.

labels

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

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 documentation built on Nov. 10, 2023, 5:06 p.m.