dbosak01 / libr

An R package to create data libraries and data dictionaries.
27 stars 1 forks source link

Checksum instead of data comparison #28

Closed dbosak01 closed 3 years ago

dbosak01 commented 3 years ago

Should we use an md5 checksum instead of data comparison? Will be more accurate and possible faster.

dbosak01 commented 3 years ago

Changed to md5sum function, and stored checksum with data in list. Seems to be working well. Does not have import problems of comparing data, and it is more accurate.