Learn R Programming

RSDA (version 1.1)

Dbload: Read a data table

Description

Read a data table from any data base.

Usage

Dbload(dsn, dbtable)

Arguments

dsn
Connection argument to database.
dbtable
Data base table to be read.

Value

  • Return the data table.

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

Run this code
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)

Run the code above in your browser using DataLab