R/stack_sites.R

#' Query sites from the Stack Exchange API
#'
#' Query for a list of sites in the network
#'
#' @param ... Extra options are \code{page} and \code{pagesize}
#'
#' @return A \code{data.frame} of sites
#'
#' @export
stack_sites <- function(...) {
    stack_GET("sites/", site = NULL, ...)
}
Qalfredo/stackmath documentation built on May 8, 2019, 3:48 a.m.