library(readr)Warning: package 'readr' was built under R version 4.3.3
library(readxl)Warning: package 'readxl' was built under R version 4.3.3
library(tidyverse)Warning: package 'tidyverse' was built under R version 4.3.3
Warning: package 'ggplot2' was built under R version 4.3.3
Warning: package 'tibble' was built under R version 4.3.3
Warning: package 'tidyr' was built under R version 4.3.3
Warning: package 'purrr' was built under R version 4.3.3
Warning: package 'dplyr' was built under R version 4.3.3
Warning: package 'stringr' was built under R version 4.3.3
Warning: package 'forcats' was built under R version 4.3.3
Warning: package 'lubridate' was built under R version 4.3.3
── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ──
✔ dplyr 1.1.4 ✔ purrr 1.0.2
✔ forcats 1.0.0 ✔ stringr 1.5.1
✔ ggplot2 3.5.1 ✔ tibble 3.2.1
✔ lubridate 1.9.3 ✔ tidyr 1.3.1
── Conflicts ────────────────────────────────────────── tidyverse_conflicts() ──
✖ dplyr::filter() masks stats::filter()
✖ dplyr::lag() masks stats::lag()
ℹ Use the conflicted package (<http://conflicted.r-lib.org/>) to force all conflicts to become errors
library(dplyr)
library(skimr)Warning: package 'skimr' was built under R version 4.3.3
library(naniar)Warning: package 'naniar' was built under R version 4.3.3
Attaching package: 'naniar'
The following object is masked from 'package:skimr':
n_complete
pickleball <- read_csv("Data/NCSGpickleballData.csv")New names:
Rows: 21750 Columns: 9
── Column specification
──────────────────────────────────────────────────────── Delimiter: "," chr
(3): EventType, Gender, EventYearParticipantAge...7 dbl (4): ParticipantID,
EventYear, BirthYear, EventYearParticipantAge...6 lgl (2): ...8, ...9
ℹ Use `spec()` to retrieve the full column specification for this data. ℹ
Specify the column types or set `show_col_types = FALSE` to quiet this message.
• `EventYearParticipantAge` -> `EventYearParticipantAge...6`
• `EventYearParticipantAge` -> `EventYearParticipantAge...7`
• `` -> `...8`
• `` -> `...9`