Learn R Programming

dbProject (version 0.1.0)

dbLoad: Load a dbverse object from the database

Description

Generic function to reconstruct dbverse objects (dbMatrix, dbSpatial, etc.) from tables stored in a database connection.

Usage

dbLoad(conn, name, class, ...)

Value

A dbverse object of the specified class

Arguments

conn

A DBI database connection

name

Character name of the table/view in the database

class

Character class name of the object to load (e.g., "dbMatrix", "dbSpatial")

...

Additional arguments passed to specific methods