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:
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')) |
Bug tracker:https://github.com/rdpeng/filehash/issues
Last updated 2 years agofrom:5f5c8f19bf. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 08 2024 |
R-4.5-win-x86_64 | OK | Oct 08 2024 |
R-4.5-linux-x86_64 | OK | Oct 08 2024 |
R-4.4-win-x86_64 | OK | Oct 08 2024 |
R-4.4-mac-x86_64 | OK | Oct 08 2024 |
R-4.4-mac-aarch64 | OK | Oct 08 2024 |
R-4.3-win-x86_64 | OK | Oct 08 2024 |
R-4.3-mac-x86_64 | OK | Oct 08 2024 |
R-4.3-mac-aarch64 | OK | Oct 08 2024 |
Exports:coercecreateQcreateSdb2envdbCreatedbDeletedbExistsdbFetchdbInitdbInsertdbLazyLoaddbListdbLoaddbMultiFetchdbReorganizedbUnlinkdumpDFdumpEnvdumpImagedumpListdumpObjectsfilehashFormatsfilehashOptioninitQinitSisEmptylapplympushpoppushregisterFormatDBshowtopwith
Dependencies:digest
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Coerce a filehash database | coerce,filehashDB1,list-method coerceDB1list |
Coerce a filehash database | coerce,filehashDB1,filehashRDS-method coerceDB1RDS |
Coerce a filehash database | coerce,filehash,list-method coercelist |
Load a Database | db2env dbLazyLoad dbLazyLoad,filehash-method dbLoad dbLoad,filehash-method |
Dump Environment | dumpDF 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 Class | dbDelete,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 formats | filehashFormats |
Set Filehash Options | filehashOption |
Filehash RDS Class | dbDelete,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 Class | createQ initQ isEmpty isEmpty,queue-method pop pop,queue-method push push,queue-method queue-class show,queue-method top top,queue-method |
Register Database Format | registerFormatDB |
Stack Class | createS initS isEmpty,stack-method mpush mpush,stack-method pop,stack-method push,stack-method show,stack-method stack-class top,stack-method |