Skip to contents

Get the claims (statements) related to an item.

Usage

left_join_column(
  ds,
  property,
  label = NULL,
  unit = NULL,
  definition = NULL,
  namespace = NULL,
  wikibase_api_url = "https://www.wikidata.org/w/api.php",
  silent = FALSE,
  csrf = NULL
)

Arguments

ds

A dataset object that contains the observations (by QIDs).

property

The property

label

A short, human-readable description of the vector or NULL.

unit

A character string of length one containing the unit of measure or NULL.

definition

A character string of length one containing a linked definition or NULL.

namespace

A namespace for individual observations or categories or NULL.

wikibase_api_url

The URL of the Wikibase API.

silent

If the function should send messages about individual requests to the API or not. Defaults to FALSE.

csrf

The CSRF token of your session, received with get_csrf.