knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

wibble

lifecycle

Web Data Frames

Install

Install the dev version from Github:

## from github
remotes::install_github("mkearney/wibble")

Example

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")


mkearney/wibble documentation built on May 30, 2019, 4:04 a.m.