Learn R Programming

ora (version 2.0-1)

ora-package: Convenient Tools for Working with Oracle Databases

Description

Easy-to-use functions to explore Oracle databases and import data into R. User interface for the ROracle package.

Arguments

Details

Explore database: ll{ tables list tables views list views } Examine table: ll{ desc describe table or view } Import data: ll{ sql import data }

References

The official Oracle manuals are available at http://www.oracle.com/technetwork/indexes/documentation/.

See Also

The functions that do the actual work are described in the DBI and ROracle packages.