store_swh {contentid}R 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")



[Package contentid version 0.0.18 Index]