R/help_privacy.R

Defines functions twtr_help_privacy

Documented in twtr_help_privacy

#' GET help/privacy
#'
#' @seealso \url{https://dev.twitter.com/rest/reference/get/help/privacy}

#' @export
twtr_help_privacy <- function(...) {
    twtr_api("GET", "https://api.twitter.com/1.1/help/privacy.json", query = list(...))
}
yutannihilation/twihttr documentation built on May 4, 2019, 7:46 p.m.