Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 696 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 696 Bytes

Data Integrity Fingerprint (DIF)

Released under the MIT License

Oliver Lindemann (oliver@expyriment.org) & Florian Krause (florian@expyriment.org)

General Documentation: http://expyriment.github.io/DIF

Installing

To install the latest development version, you can use install_github from the devtools package:

## install devtools if necessary
install.packages('devtools')

## install package
library(devtools)
install_github('expyriment/dataintegrityfingerprint-r', subdir='dataintegrityfingerprint')

Usage

library(dataintegrityfingerprint)

d = DIF('<DATA_PATH>')
print(d)
write_checksums(d, filename="data.checksums")