Learn R Programming

filehash (version 2.4-3)

filehashFormats: List and register filehash formats

Description

List and register filehash backend database formats.

Usage

registerFormatDB(name, funlist)
filehashFormats(...)

Value

filehashFormats returns a list containing information on the available filehash formats.

Arguments

name

character, name of database format

funlist

list of functions for creating and initializing a database format

...

list of functions for registering a new database format

Details

registerFormatDB can be used to register new filehash backend database formats. filehashFormats called with no arguments lists information on available formats.