store_swh: Add content to the Software Heritage Archival Store

View source: R/software-heritage.R

store_swhR Documentation

Add content to the Software Heritage Archival Store

Description

Add content to the Software Heritage Archival Store

Usage

store_swh(
  origin_url,
  host = "https://archive.softwareheritage.org",
  type = "git",
  ...
)

Arguments

origin_url

The url address to a GitHub, GitLab, or other recognized repository origin

host

the domain name for the Software Heritage API

type

software repository type, i.e. "git", "svn"

...

additional arguments

Examples



store_swh("https://github.com/CSSEGISandData/COVID-19")



cboettig/contenturi documentation built on Oct. 25, 2023, 10:37 a.m.