extract_hash | R Documentation |
Return the hash of an xml proof or pdf certificate
extract_hash(x)
x |
filename or URL pointing either to the xml proof or the pdf certificate issued from OriginStamp. |
an hash
object containing the hash as used in the proof
fn <- "https://raw.githubusercontent.com/rkrug/ROriginStamp/master/inst/proof.Bitcoin.xml" extract_hash(fn) fn <- "https://raw.githubusercontent.com/rkrug/ROriginStamp/master/inst/certificate.Bitcoin.pdf" extract_hash(fn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.