I know I can open a web page from R using "shell.exec". But I want to write a loop that opens the webpage only if the webpage maintains a condition, for a collection of websites.
It's a collection of websites that have "value=somenumber" in their address, and I want R to open only those that "somenumber" actually have some data. Numbers that don't have data don't return an error page, but just a page with no data.
The thing is, it's involving like html elements that I need to write in the condition...
is such thing possible?