@ds_sr wrote:
I am trying scrape data from following website using R, but it is not returning any value.
library(rvest)
text <- read_html(url) %>%
html_nodes("td") %>%
html_text()output:
text
character(0)I would appreciate any kind of help
Posts: 1
Participants: 1