Rvest - first attempt at web scraping - how to deal with a table

Hello,

I am a real beginner with R and am trying to teach myself rvest for scraping web pages.
No problem with html_nodes and html_node but I've got issues when i have to scrape tables.
But I've tried and tried again to scrape the table (with html_table) of this url = - Login

Still unsuccessful at the moment...
Could someone help me? :face_with_monocle:

I don't see a table when I go to that link. If you use the CSS selector to identify the table, what would the code for the selector be?

Oups... For example, this link :
https://www.orias.fr/search?p_auth=0dwADxm8&p_p_id=intermediaryDetailedSearch_WAR_oriasportlet&p_p_lifecycle=1&p_p_state=normal&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=1&_intermediaryDetailedSearch_WAR_oriasportlet_myaction=fullSearch

I get an error going to that page, and: Recherche avancée d'intermédiaire est temporairement indisponible.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.