R/scrape_talk_urls.R
scrape_conference_html_doc_map.Rd
Given a year and a month, pull the entire .doc-map class object from the Conference URL. This will be parsed by downstream objects
scrape_conference_html_doc_map(year, month)
year | Year (integer) |
---|---|
month | Month (integer) |
Rvest object
scrape_conference_html_doc_map(2017, 4) scrape_conference_html_doc_map(1971, 10) scrape_conference_html_doc_map(1985, 10)