Learn R Programming

filehash (version 0.2-1)

dbUtils: Simple file-based hash table

Description

Interface for a simple file-based hash table

Usage

dbCreate(dbName)
dbInitialize(dbName)

Arguments

dbName
character, name of database

Details

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".

See Also

See filehash-class more information and examples.