The different main pages of the Guardian. As of January 2019 they are the United Kingdom ("uk"), the United States ("us"), Australia ("au") and an International ("international") front page.
gu_editions(query = NULL, ..., verbose = TRUE, tidy = TRUE,
tidy_style = "snake_case")
A string, which will return editions based on that string.
Defaults to NULL
and returns all editions. Strings are not case sensitive.
Pass additional options to API. There are no additional options as of this writing. See the endpoint docs
Prints messages to console. Defaults to TRUE
.
Convert variable names to snake_case, remove some "<NA>"
strings. Defaults to TRUE
.
Style to variable names with.
A tibble with details of the given edition.
if (FALSE) {
uk <- gu_editions(query = "uk")
}