R/fake_enrollment.R

#' Fake student enrollment data
#'
#' This is a fictional data set for users to use as they explore the tools
#' available in in utHelpR.
#'
#' @format A data frame with 10,000 rows and 32 columns:
#' \describe{
#'   \item{first_name}{First name}
#'   \item{last_name}{Last name}
#'   \item{middle_name}{Middle name}
#'   \item{previous_last_name}{previous last name}
#'   \item{previous_first_name}{previous first name}
#'   \item{preferred_first_name}{preferred first name}
#'   \item{preferred_middle_name}{preferred middle name}
#'   \item{local_address_zip_code}{The student local zip code.}
#'  \item{mailing_address_zip_code}{Students mail zip code}
#'  \item{us_citizenship_code}{citizenship code}
#'  \item{first_admit_county_code}{the county the student applied from}
#'  \item{first_admit_state_code}{the state the student applied from}
#'  \item{first_admit_country_code}{the country the student applied from}
#'  \item{residential_housing_code}{the student's housing code}
#'  \item{student_id}{student id}
#'  \item{previous_student_id}{previous student id}
#'  \item{birth_date}{birth date}
#'  \item{gender_code}{gender}
#'  \item{is_hispanic_latino_ethnicity}{}
#'  \item{is_asian}{}
#'  \item{is_black}{}
#'  \item{is_american_indian_alaskan}{}
#'  \item{is_hawaiian_pacific_islander}{}
#'  \item{is_white}{}
#'  \item{is_international}{}
#'  \item{is_other_race}{}
#'  \item{primary_major_cip_code}{}
#'  \item{student_type_code}{}
#'  \item{primary_level_class_id}{}
#'  \item{primary_degree_id}{}
#'  \item{institutional_cumulative_credits_earned}{}
#'  \item{is_graduated }{}
#'  \item{is_returned_next_fall}{}
#' }
#' @source this script
"fake_enrollment"
dsu-effectiveness/utHelpR documentation built on April 26, 2024, 12:24 p.m.