## When extracting a single item;
nametoWikiFrame("Computer", language = "en")
## When extracting two objetcs;
A <- c("Computer", "Operating system")
nametoWikiFrame(A)
## Same when three or more items;
B <- c("Socrates", "Plato", "Aristotle")
nametoWikiFrame(B)
Run the code above in your browser using DataLab