atp_parse_page | R Documentation |
Parse a single ATP page
atp_parse_page(page)
page |
Scraped page object, e.g. from |
A tibble.
## Not run:
session <- polite::bow(url = "https://atp.fm")
page <- polite::scrape(session, query = list(page = 1))
atp_parse_page(page)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.