R/data-tidyverse.R

#' @title tidyverse commit data
#' @description commit data from tidyverse github repository
#' @format A data frame with 397 rows and 7 variables:
#' \describe{
#'   \item{\code{w}}{double Start of the week in epoch time}
#'   \item{\code{a}}{double lines added}
#'   \item{\code{d}}{double lines deleted}
#'   \item{\code{c}}{double number of commits}
#'   \item{\code{user}}{character username}
#'   \item{\code{date}}{double w as.Date}
#'   \item{\code{repo}}{character repository name}
#'}
"tidyverse"
yonicd/ghnet documentation built on May 7, 2019, 9:35 a.m.