List all available outputs/assets from Pandemic PACT's Figshare repository
Source:R/pact_list.R
pact_list.Rd
List all available outputs/assets from Pandemic PACT's 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()
.- path_to_download
Path to downloaded zip file from Pandemic PACT's Figshare repository
Examples
if (FALSE) { # \dontrun{
pact_list(pact_client = pact_client_set())
} # }