find_item and find_property allow you to retrieve a set
of Wikidata items or properties where the aliases or descriptions match a particular
search term. As with other WikidataR code, custom print methods are available;
use str to manipulate and see the underlying structure of the data.
Usage
find_item(
search_term,
language = "en",
limit = 10,
response_language = "en",
...
)
find_property(
search_term,
language = "en",
response_language = "en",
limit = 10
)See also
get_random for selecting a random item or property,
or get_item for selecting a specific item or property.