Skip to content

Instantly share code, notes, and snippets.

@jroberayalas
Last active August 2, 2017 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jroberayalas/1a2b25b948310ded30d3288deb9d606c to your computer and use it in GitHub Desktop.
Save jroberayalas/1a2b25b948310ded30d3288deb9d606c to your computer and use it in GitHub Desktop.
first_result <- results[1]
date <- first_result %>% html_nodes("strong") %>% html_text(trim = TRUE)
library(stringr)
str_c(date, ', 2017')
#> [1] "Jan. 21, 2017"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment