# NOT RUN {
html_dat <- read_html(
system.file("docs/textreadr_creed.html", package = "textreadr")
)
# }
# NOT RUN {
url <- "http://www.talkstats.com/index.php"
file <- download(url)
(txt <- read_html(url))
(txt <- read_html(file))
# }
Run the code above in your browser using DataLab