View source: R/xml-verify-file.R
verify_xml_integrity | R Documentation |
The Wikimedia Foundation publishes MD5 checksums for all its database dumps.
This function looks up the published sha1 checksums based on the file name,
then compares them to the locally calcualte has using the openssl
package.
verify_xml_integrity(path)
path |
The path to the file |
True (invisibly) if successful, otherwise error
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.