Closed RobertMyles closed 7 years ago
Thank you as usual, @robertmyles. What made the previous solution not working? What did they change into the page layout? It could be useful to figure out to imagine if it can happen again.
@RobertMyles I have tested the code and checked the difference. I don't think stringr dependance is a problem here, even because I couldn't find any easy workaround. if you push a pull request I will be happy to accept it. thank you as usual.
Yeah, it seems to be a reformatting of the web page from which we're scraping the info(I'm guessing it's this). For the moment, we can use this workaround, but I wonder if there is a more robust way to do it...
yeah, probably the R community will come to our help! But in the meanwhile I would go that way...
I just tried to update to the new version of R and I got:
Error in .[[2]] : subscript out of bounds
, which is coming from:This works, and it could also be adapted to search for older versions:
It does include a stringr dependency, though.