dbUtils {filehash}R Documentation

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

Author(s)

Roger D. Peng

See Also

See filehash-class more information and examples.


[Package filehash version 0.2 Index]