## When you have a single URL:
urltoFrame("https://es.wikipedia.org/wiki/Socrates")
## It is possible to work with a vector of URL to obtain another vector of html frames:
A <- c("https://es.wikipedia.org/wiki/Socrates",
"https://es.wikipedia.org/wiki/Plato",
"https://es.wikipedia.org/wiki/Aristotle")
urltoHtml (A)
Run the code above in your browser using DataLab