I followed : How to get google search results
and it works, but I would like to scrape the description of the first link that Google returns. For a CRAN
keyword it is :
<span class="st"><em>CRAN</em> is a network of ftp and web servers around the world that store identical, up-to-date, versions of code and documentation for R. Please use the <em>CRAN</em> ...</span>
but I don't know what is span
section here, please provide solution without using RSelenium