Skip to content

expyriment/dataintegrityfingerprint-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

R Implementation of Data Integrity Fingerprint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published