I have code that goes into a website, fills in a form and pulls a table, however, I want to delete some rows from this table that I do not need.
Let's go to the code:
#library's
require(RCurl)
require(XML)
require(stringr)
require(plyr)
req...
asked by
07.03.2017 / 21:05