R/sum_majors.R

#' Data on majors at Williams College from 2007 to 2016
#'
#' This dataframe contains information about the numbers of students in each major at Williams College for each year 
#' from 2007 to 2016 
#'
#' @format A data frame with 2 variables
#' \itemize{
#'   \item \strong{Year}: The year in which the number of major was recorded
#'   \item \strong{Number.of.Majors}: Number of majors pursued by students who graduated in a given year
#'   }
#' @docType data
#' @name sum_majors
#'
#' @keywords data, williams, undergrad, graduate, major, majors
NULL
nnguyen2496/gradinfo documentation built on May 23, 2019, 9:29 p.m.