powered by
jump_to()
follow_link
jump_to(x, url, ...)follow_link(x, i, css, xpath, ...)
follow_link(x, i, css, xpath, ...)
css
xpath
s <- html_session("http://had.co.nz") s %>% jump_to("thesis/") s %>% follow_link("vita") s %>% follow_link(3) s %>% follow_link("vita")
Run the code above in your browser using DataLab