Description Usage Arguments Value Examples
View source: R/scrape_talk_urls.R
Extract Session hrefs
1 | extract_session_hrefs(html_docmap, session_id)
|
html_docmap |
An rvest docmap scrape from scrape_conference_html_doc_map() |
session_id |
Integer for session you want to extract |
hrefs for the session, which includes the Session href in addition to the talk refs.
1 2 3 | scrape_conference_html_doc_map(2019, 4) %>%
extract_session_hrefs(session_id = 1) %>%
parse_session_urls()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.