Extract Session hrefs

extract_session_hrefs(html_docmap, session_id)

Arguments

html_docmap

An rvest docmap scrape from scrape_conference_html_doc_map()

session_id

Integer for session you want to extract

Value

hrefs for the session, which includes the Session href in addition to the talk refs.

Examples

scrape_conference_html_doc_map(2019, 4) %>% extract_session_hrefs(session_id = 1) %>% parse_session_urls()
#> # A tibble: 1 × 3 #> session_name session_url session_talk_ur… #> <chr> <chr> <list> #> 1 Saturday Morning Session /study/general-conference/2019/04/s… <tibble [6 × 2]>