Skip to content

Instantly share code, notes, and snippets.

@jroberayalas
Created August 2, 2017 12:17
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/be6cb296269540e5daa8f9abb847926e to your computer and use it in GitHub Desktop.
Save jroberayalas/be6cb296269540e5daa8f9abb847926e to your computer and use it in GitHub Desktop.
explanation <- first_result %>% html_node(".short-truth") %>% html_text(trim = TRUE)
str_sub(explanation, 2, -2)
#> [1] "He was for an invasion before he was against it."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment