man-roxygen/type_question.R

#' @return A question object is documented in full here:
#'
#' https://api.stackexchange.com/docs/types/question
#'
#' It comes with the following columns:
#'
#' \itemize{
#'   \item{accepted_answer_id}
#'   \item{answer_count}
#'   \item{bounty_amount}
#'   \item{bounty_closes_date}
#'   \item{closed_date}
#'   \item{closed_reason}
#'   \item{community_owned_date}
#'   \item{creation_date}
#'   \item{is_answered}
#'   \item{last_activity_date}
#'   \item{last_edit_date}
#'   \item{link}
#'   \item{locked_date}
#'   \item{migrated_from}
#'   \item{migrated_to}
#'   \item{owner}
#'   \item{protected_date}
#'   \item{question_id}
#'   \item{score}
#'   \item{tags}
#'   \item{title}
#'   \item{view_count}
#' }
dgrtwo/stackr documentation built on May 15, 2019, 8:20 a.m.