Re: [R] check broken links in a column

2016-06-21 Thread Duncan Murdoch
On 21/06/2016 10:42 AM, Jenny Vander Pluym - NOAA Federal wrote: Hello all, I am having trouble finding code that will check links in a table, not all of the links on a specific web page. I have csv files that include links to images which are stored on the web. I have over 1,000 of them to che

Re: [R] check broken links in a column

2016-06-21 Thread Ulrik Stervbo
I don't know about R for this but how about wget: http://www.createdbypete.com/articles/simple-way-to-find-broken-links-with-wget/ You could store the list of links in a file and additionally use the -i flag. HTH Ulrik On Tue, 21 Jun 2016 at 16:47 Jenny Vander Pluym - NOAA Federal < jenny.vander

[R] check broken links in a column

2016-06-21 Thread Jenny Vander Pluym - NOAA Federal
Hello all, I am having trouble finding code that will check links in a table, not all of the links on a specific web page. I have csv files that include links to images which are stored on the web. I have over 1,000 of them to check. I see things for curl, but that appears to be specific to pull