Skip to contents

List all available outputs/assets from Pandemic PACT's Figshare repository

Usage

pact_list(pact_client)

pact_list_data(pact_client)

Arguments

pact_client

An interface client to the Pandemic PACT Figshare repository. This is usually set/created through a call to pact_client_set().

Value

A data.frame of available outputs/assets from Pandemic PACT's Figshare repository.

Examples

if (FALSE) { # \dontrun{
  pact_list(pact_client = pact_client_set())
} # }