Is there a way within R to list (find) all links for a given webpage? I'd like to enter a URL and produce a directory tree of all links from that site. The purpose is to find the relevant sub-page to scrape.
Here is link to similar question on SO but without R solution. Thanks.
Link here to similar question on SO
There is a suggested solution with Linkchecker but that runs under Python, is there something within R?