This function takes a search term, builds an RSS feed from Google News, parses it, and retrieves URLs, returning a dataframe with the relevant article metadata.

web_process_gnewsfeed(x)

Arguments

x

A character string representing the search term for the Google News feed.

Value

A dataframe with columns corresponding to the parsed RSS feed, including URL, title, date, and other relevant metadata.

Examples

if (FALSE) { # \dontrun{
meta <- web_process_gnewsfeed("Bidenomics")
} # }