knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
Web Data Frames
Install the dev version from Github:
## from github remotes::install_github("mkearney/wibble")
Scrape/wrangle CNN US site
## load pkg library(wibble) ## scrape CNN cnn <- webble("https://cnn.com/us") ## wibble and wobble cnn %>% wibble() %>% wobble("body div") %>% wobble("ul")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.