Ironholds / WikipediR

R's MediaWiki API client library
Other
68 stars 18 forks source link

Does WikidataR find_item() function support vectorised input? #30

Open ambarishK opened 4 years ago

ambarishK commented 4 years ago

Does WikidataR find_item() function support vectorised input?

For example -

country <- find_item("INDIA", "SERBIA", "IRAN", "FRANCE")

Also, mention how to select or get WIKIDATA item of desired requirement e.g - WIKIDATA lookup for INDIA as country not as news paper or article?