File tree Expand file tree Collapse file tree 2 files changed +73
-0
lines changed
Expand file tree Collapse file tree 2 files changed +73
-0
lines changed Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments