Skip to contents

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

Usage

pact_figshare_list(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 tibble::tibble() of available outputs/assets from the Pandemic PACT Figshare repository.

Examples

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