Skip to contents

Read datasets from the Pandemic PACT Figshare repository

Usage

pact_read_figshare(pact_client, tracker_type = c("labelled", "raw"))

pact_read_figshare_dictionary(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().

tracker_type

Either "labelled" or "raw". Default is "labelled".

Value

A data.frame of the requested dataset.

Examples

if (FALSE) { # \dontrun{
  pact_client <- pact_client_set()
  pact_read_figshare_dictionary(pact_client)
} # }