1 Season Recap

this is bold

this is italicized

this is struck out

this is a hyperlink: https://virginia.edu

this is a link placed on text

2 My Experience of the Season

2.1 What Games I Went To or Watched During the Season

  • UVA vs North Carolina
    • UVA won
  • UVA vs Duke
    • It’s not that UVA won that matters but that Duke lost

2.2 Two Photos That Illustrate the Season

Employee of the week:

3 March Madness

Round Opponent Result
64 Dairy Queen UVA won
32 Richmond Tech UVA won
Sweet 16 PVCC UVA won
Elite 8 Purdue UVA won
Final 4 Auburn UVA won
Championship Texas Tech UVA won

4 UVA Men’s Basketball Players

library(tidyverse)
library(DT)

Load data:

roster <- read_csv("uva_roster.csv")
offense <- read_csv("uva_offense.csv")
defense <- read_csv("uva_defense.csv")

4.1 Roster

datatable(roster)

4.2 Team Statistics (with tabs for the following sub-sections)

4.2.1 Offense

datatable(offense)

4.2.2 Defense

datatable(defense)

4.3 Points vs. Rebounds