Description Usage Arguments Value Examples
View source: R/scrape_talk_urls.R
Given a year and a month, pull the entire .doc-map class object from the Conference URL. This will be parsed by downstream objects
1 | scrape_conference_html_doc_map(year, month)
|
year |
Year (integer) |
month |
Month (integer) |
Rvest object
1 2 3 | scrape_conference_html_doc_map(2017, 4)
scrape_conference_html_doc_map(1971, 10)
scrape_conference_html_doc_map(1985, 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.