verifyData: Verify *.data files

Description Usage Arguments Author(s) References See Also Examples

Description

*.data files contain checksums. To avoid warning messages the checksums must be new calculated every time the data is intentionally altered.

Usage

1
verifyData(DataFilename, DataDirectory = getwd())

Arguments

DataFilename

string, name of file the data will be loaded/saved in

DataDirectory

string, name of directory the data will be saved in, default getwd()

Author(s)

Tim Schneider

References

www.uni-marburg.de/fb12/datenbionik databionics@mathematik.uni-marburg.de

See Also

ReadData, WriteData

Examples

1
2
	#assume the is a file called test.data
	#verifyData("test.data")

aultsch/DataIO documentation built on May 14, 2019, 10:34 p.m.