QID from label name
simple converter from label names to QIDs (for items in wikidata). Essentially a simplification of find_item
qid_from_name(name = "Thomas Shafee", limit = 100, format = "vector")
name
: name labels submitted as stringslimit
: if multiple QIDs match each submitted name, how many to returnformat
: output format ('vector' to return a simple vector, or 'list' to return a nested list)vector of QIDs corresponding to names submitted. Note: some names may return multiple QIDs.