dbUtils {filehash} | R Documentation |
Interface for a simple file-based hash table
dbCreate(dbName) dbInitialize(dbName)
dbName |
character, name of database |
dbCreate
creates the necessary files for the database and
returns TRUE
upon success. If those files already exist, they
are overwritten with a warning.
dbInitialize
takes a database name and returns an object of
class "filehash"
.
Roger D. Peng
See filehash-class
more information and examples.