Get outputs/assets identifiers
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.
Examples
if (FALSE) { # \dontrun{
pact_client <- pact_client_set()
pact_get_group_id(pact_client)
pact_get_filename(pact_client, id = 24763548)
} # }