Generic function to reconstruct dbverse objects (dbMatrix, dbSpatial, etc.) from tables stored in a database connection.
dbLoad(conn, name, class, ...)A dbverse object of the specified class
A DBI database connection
Character name of the table/view in the database
Character class name of the object to load (e.g., "dbMatrix", "dbSpatial")
Additional arguments passed to specific methods