Cite an output/asset available from the Pandemic PACT Figshare repository
Source:R/pact_cite.R
pact_cite.Rd
Cite an output/asset available from the Pandemic PACT Figshare repository
Arguments
- pact_client
An interface client to the Pandemic PACT Figshare repository. This is usually set/created through a call to
pact_client_set()
.- id
A unique integer value identifying a specific file in the repository.
Value
A string for recommended bibliographic citation for specific Pandemic PACT output/asset in DateCite bibliographic style.
Examples
if (FALSE) { # \dontrun{
pact_client <- pact_client_set()
pact_cite(pact_client, id = 24763548)
} # }