I would like to scrape some information from Confluence page, namely table, which is updated on daily bases by others, with R. I know how to scrape information from IMDB or yahoo finance, but it seems I cannot use the same approach with Confluence. Did someone have the same issue?
My code:
library(dplyr)
a <- read_html("https://conf.s-mxs.net/x/ds3f3g")
b <- a %>% html_nodes("#title-text")
however b is empty regardless of what i put as a node
question from:
https://stackoverflow.com/questions/66054913/web-scraping-content-from-confluence-page-with-r 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…