Guest User

Untitled

a guest
Aug 18th, 2018
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. url <- read_html("https://www.udemy.com/linux-linux-security-masterclass-3-in-1/
  2.  
  3. incentives <- url %>%
  4. html_nodes(".incentives__item") %>% # isloate the text
  5. html_text() # get the text
Add Comment
Please, Sign In to add comment