Re: [R] Web scraping different levels of a website

2018-01-22 Thread Ilio Fornasero
-help@r-project.org Oggetto: Re: [R] Web scraping different levels of a website Hey Ilio, I revisited the previous code i posted to you and fixed some things. This should let you collect as many studies as you like, controlled by the num_studies arg. If you try the below url in your browser you

Re: [R] Web scraping different levels of a website

2018-01-19 Thread David Jankoski
Hey Ilio, I revisited the previous code i posted to you and fixed some things. This should let you collect as many studies as you like, controlled by the num_studies arg. If you try the below url in your browser you can see that it returns a "simpler" version of the link you posted. To get to thi

[R] Web scraping different levels of a website

2018-01-18 Thread David Jankoski
Hey Ilio, On the main website (the first link that you provided) if you right-click on the title of any entry and select Inspect Element from the menu, you will notice in the Developer Tools view that opens up that the corresponding html looks like this (example for the same link that you provide

[R] Web scraping different levels of a website

2018-01-18 Thread Ilio Fornasero
I am web scraping a page at http://catalog.ihsn.org/index.php/catalog#_r=&collection=&country=&dtype=&from=1890&page=1&ps=100&sid=&sk=&sort_by=nation&sort_order=&to=2017&topic=&view=s&vk= >From this url, I have built up a dataframe through the following code: dflist <- map(.x = 1:417, .f = funct