sources_swh: List software heritage sources for a content identifier

View source: R/software-heritage.R

sources_swhR Documentation

List software heritage sources for a content identifier

Description

List software heritage sources for a content identifier

Usage

sources_swh(id, host = "https://archive.softwareheritage.org", ...)

Arguments

id

a content identifier

host

the domain name for the Software Heritage API

...

additional arguments

See Also

sources

Examples



 

id <- paste0("hash://sha256/9412325831dab22aeebdd",
             "674b6eb53ba6b7bdd04bb99a4dbb21ddff646287e37")
sources_swh(id)




cboettig/contentid documentation built on Oct. 24, 2023, 1:03 p.m.