Package: filehash 2.4-5

filehash: Simple Key-Value Database

Implements a simple key-value style database where character string keys are associated with data values that are stored on the disk. A simple interface is provided for inserting, retrieving, and deleting data from the database. Utilities are provided that allow 'filehash' databases to be treated much like environments and lists are already used in R. These utilities are provided to encourage interactive and exploratory analysis on large datasets. Three different file formats for representing the database are currently available and new formats can easily be incorporated by third parties for use in the 'filehash' framework.

Authors:Roger D. Peng <[email protected]>

filehash_2.4-5.tar.gz
filehash_2.4-5.zip(r-4.5)filehash_2.4-5.zip(r-4.4)filehash_2.4-5.zip(r-4.3)
filehash_2.4-5.tgz(r-4.4-x86_64)filehash_2.4-5.tgz(r-4.4-arm64)filehash_2.4-5.tgz(r-4.3-x86_64)filehash_2.4-5.tgz(r-4.3-arm64)
filehash_2.4-5.tar.gz(r-4.5-noble)filehash_2.4-5.tar.gz(r-4.4-noble)
filehash_2.4-5.tgz(r-4.4-emscripten)filehash_2.4-5.tgz(r-4.3-emscripten)
filehash.pdf |filehash.html
filehash/json (API)
NEWS

# Install 'filehash' in R:
install.packages('filehash', repos = c('https://rdpeng.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/rdpeng/filehash/issues

On CRAN:

8.20 score 24 stars 11 packages 78 scripts 8.5k downloads 34 exports 1 dependencies

Last updated 2 years agofrom:5f5c8f19bf. Checks:OK: 9. Indexed: yes.

TargetResultDate
Doc / VignettesOKOct 08 2024
R-4.5-win-x86_64OKOct 08 2024
R-4.5-linux-x86_64OKOct 08 2024
R-4.4-win-x86_64OKOct 08 2024
R-4.4-mac-x86_64OKOct 08 2024
R-4.4-mac-aarch64OKOct 08 2024
R-4.3-win-x86_64OKOct 08 2024
R-4.3-mac-x86_64OKOct 08 2024
R-4.3-mac-aarch64OKOct 08 2024

Exports:coercecreateQcreateSdb2envdbCreatedbDeletedbExistsdbFetchdbInitdbInsertdbLazyLoaddbListdbLoaddbMultiFetchdbReorganizedbUnlinkdumpDFdumpEnvdumpImagedumpListdumpObjectsfilehashFormatsfilehashOptioninitQinitSisEmptylapplympushpoppushregisterFormatDBshowtopwith

Dependencies:digest

The filehash Package

Rendered fromfilehash.Rnwusingutils::Sweaveon Oct 08 2024.

Last update: 2023-02-09
Started: 2014-10-31

Readme and manuals

Help Manual

Help pageTopics
Coerce a filehash databasecoerce,filehashDB1,list-method coerceDB1list
Coerce a filehash databasecoerce,filehashDB1,filehashRDS-method coerceDB1RDS
Coerce a filehash databasecoerce,filehash,list-method coercelist
Load a Databasedb2env dbLazyLoad dbLazyLoad,filehash-method dbLoad dbLoad,filehash-method
Dump EnvironmentdumpDF dumpEnv dumpImage dumpList dumpObjects
Filehash Class$,filehash-method $<-,filehash-method dbCreate dbCreate,ANY-method dbDelete dbExists dbFetch dbInit dbInit,ANY-method dbInsert dbList dbMultiFetch dbReorganize dbUnlink filehash-class lapply,filehash-method length,filehash-method names,filehash-method show,filehash-method with,filehash-method [,filehash,character,missing,missing-method [[,filehash,character,missing-method [[<-,filehash,character,missing-method `[[,filehash,character,missing-method`
Filehash DB1 ClassdbDelete,filehashDB1,character-method dbExists,filehashDB1,character-method dbFetch,filehashDB1,character-method dbInsert,filehashDB1,character-method dbList,filehashDB1-method dbMultiFetch,filehashDB1,character-method dbReorganize,filehashDB1-method dbUnlink,filehashDB1-method filehashDB1-class
List and register filehash formatsfilehashFormats
Set Filehash OptionsfilehashOption
Filehash RDS ClassdbDelete,filehashRDS,character-method dbExists,filehashRDS,character-method dbFetch,filehashRDS,character-method dbInsert,filehashRDS,character-method dbList,filehashRDS-method dbMultiFetch,filehashRDS,character-method dbUnlink,filehashRDS-method filehashRDS-class
A Queue ClasscreateQ initQ isEmpty isEmpty,queue-method pop pop,queue-method push push,queue-method queue-class show,queue-method top top,queue-method
Register Database FormatregisterFormatDB
Stack ClasscreateS initS isEmpty,stack-method mpush mpush,stack-method pop,stack-method push,stack-method show,stack-method stack-class top,stack-method