.get_site {textpress} | R Documentation |
This function attempts to retrieve the HTML content of a URL, extract specific
HTML elements (e.g., paragraphs, headings), and extract publication date information
using the extract_date
function.
.get_site(x)
x |
A URL to extract content and publication date from. |
A data frame with columns for the URL, HTML element types, text content, extracted date, and date source.