Skip to content

Commit dd230a3

Browse files
committed
Document schedule data
1 parent 72b1252 commit dd230a3

File tree

2 files changed

+73
-0
lines changed

2 files changed

+73
-0
lines changed

R/schedule.R

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
#' Schedule Data for AY 2024-2025
2+
#'
3+
#' This dataset contains the schedule data for the academic year 2024-2025.
4+
#'
5+
#' @format A data frame with 20 columns:
6+
#'
7+
#' \describe{
8+
#' \item{objectID}{Unique identifier for each course}
9+
#' \item{year}{Academic year}
10+
#' \item{subject}{Subject of the course}
11+
#' \item{code}{Course code}
12+
#' \item{title}{Course title}
13+
#' \item{description}{Course description}
14+
#' \item{units_min}{Minimum number of units}
15+
#' \item{units_max}{Maximum number of units}
16+
#' \item{term}{Term}
17+
#' \item{term_id}{Term ID}
18+
#' \item{section_number}{Section number}
19+
#' \item{component}{Component}
20+
#' \item{class_id}{Class ID}
21+
#' \item{current_size}{Current class size}
22+
#' \item{max_size}{Maximum class size}
23+
#' \item{days}{Days of the week}
24+
#' \item{start_time}{Start time}
25+
#' \item{end_time}{End time}
26+
#' \item{location}{Location}
27+
#' \item{department}{Department}
28+
#' }
29+
#'
30+
#' @source Data is from the Office of the University Registrar
31+
"schedule_ay24_25"

man/schedule_ay24_25.Rd

Lines changed: 42 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)