wd_query {WikidataR}R Documentation

Download a Wikidata item

Description

Utility wrapper for wikidata API to download item. Used by get_item and get_property

Usage

wd_query(title, ...)

Arguments

title

the wikidata item or property as a string

...

Additional parameters to supply to [httr::POST]

Value

a download of the full wikidata object (item or property) formatted as a nested json list


[Package WikidataR version 2.3.3 Index]