Open juansqw opened 7 months ago
Im currently working with dynamic websites and im using read_html_live for this.
I need to select options from a list. Is there a way where I can do this?
Bellow is one of the sites I'm working on.
sess3 <- read_html_live("https://www.ine.gob.gt/indice-de-precios-al-consumidor/") sess3$view()
Im currently working with dynamic websites and im using read_html_live for this.
I need to select options from a list. Is there a way where I can do this?
Bellow is one of the sites I'm working on.