Reputation: 7846
I can obtain text using Rvest:
library(rvest)
text = read_html(link) %>%
html_nodes(".r") %>%
html_text()
text
But how can I rank the text by time?
Also how can I read the whole article
Can I extend the text to be 500 characters?
Upvotes: 0
Views: 79
Reputation: 13680
Pls ask one question at a time.
&tbs=sbd:1
to the queryUpvotes: 1