history_swh {contentid} | R Documentation |
return the history of archive events of a given software repository
Description
Note that unlike the generic history method, SWH history is repo-specific rather than content-specific. An archive event adds all content from the repo to the Software Heritage archival snapshot at once. Any individual file can still be referenced by its content identifier.
Usage
history_swh(origin_url, host = "https://archive.softwareheritage.org", ...)
Arguments
origin_url |
The url address to a GitHub, GitLab, or other recognized repository origin |
host |
the domain name for the Software Heritage API |
... |
additional arguments |
See Also
history, store_swh, sources_swh
Examples
history_swh("https://github.com/CSSEGISandData/COVID-19")
[Package contentid version 0.0.18 Index]