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