You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the scrapTable function and its working fine, however, the site I'm scraping has an extra div inside a cell. How can I ignore this div <div class="nonTablet nonDesktop"><b>12/27/2015</b></div>?
So when I use the scrapTable function, it parses the date twice. Once from the <td> and once from the <div> inside the next <td>. So I'm wondering how I could ignore the <div> since I dont need the date twice.
I guess at that point you can either use scrapeTable and post-process the created list to drop the unnecessary fields or rather use scrape to do the job with less sugar but more control on the output.
I'm using the scrapTable function and its working fine, however, the site I'm scraping has an extra div inside a cell. How can I ignore this div
<div class="nonTablet nonDesktop"><b>12/27/2015</b></div>
?The text was updated successfully, but these errors were encountered: