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