Handy function to see where the current rvest session is. I am not the original maker of this function. Thank you to Lorenzo Gaborini for posting this on their blog! https://adventuresindata.netlify.com/post/2018-01-17-viewing-rvest-sessions/

view_rvest_session(session)

Arguments

session

A rvest session object created with rvest::html_session().