Description Usage Arguments See Also Examples
View source: R/software-heritage.R
retrieve content from Software Heritage given a content identifier
1 | retrieve_swh(id, host = "https://archive.softwareheritage.org")
|
id |
a content identifier |
host |
the domain name for the Software Heritage API |
retrieve, sources_swh
1 2 3 | id <- paste0("hash://sha256/9412325831dab22aeebdd",
"674b6eb53ba6b7bdd04bb99a4dbb21ddff646287e37")
retrieve_swh(id)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.