Parse a single ATP page

atp_parse_page(page)

Arguments

page

Scraped page object (xml_document).

Value

A tibble.

Examples

if (FALSE) { # \dontrun{
html <- poddr:::poddr_get("https://atp.fm", as = "html", query = list(page = 1))
atp_parse_page(html)
} # }