R/utils.R

Defines functions .construct_countries

BASE_URL <- "https://www.newspaperindex.com"

.construct_countries <- function(df) {
  structure(df, class = c("regions", class(df)))
}

globalVariables(c("."))
news-r/papers documentation built on Feb. 23, 2020, 10:56 p.m.