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)

Arguments

year

Year (integer)

month

Month (integer)

Value

Rvest object

Examples

scrape_conference_html_doc_map(2017, 4) scrape_conference_html_doc_map(1971, 10) scrape_conference_html_doc_map(1985, 10)