Skip to content

Instantly share code, notes, and snippets.

@ColinFay
Last active December 3, 2019 22:27
Show Gist options
  • Save ColinFay/e2c467850a72d1c0f9db51a0b2879dd6 to your computer and use it in GitHub Desktop.
Save ColinFay/e2c467850a72d1c0f9db51a0b2879dd6 to your computer and use it in GitHub Desktop.
```{r}
xml2::read_html("https://github.com/ThinkR-open/golem") %>%
rvest::html_nodes(".overall-summary-bottomless") %>%
as.character() %>%
htmltools::HTML()
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment