How to extract the inner text or inner html from a html node in R
I am trying to extract the date from a html node using R. This script used to work fine and I think perhaps the webpage has changed somewhat and now it returns N/A. webpage = read_html('https://www.longpaddock.qld.gov.au/aussiegrass') results = webpage %>%…