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