The goal of CATIE2023 is to bundle the data sets and code used for the CATIE 2023 demo and practicum days.
You can install the development version of CATIE2023 from GitHub with:
# install.packages("devtools")
devtools::install_github("mferlic/CATIE2023")
This is how you access the internal data sets
library(CATIE2023)
adhd <- CATIE2023::adhd # data.frame
# read documentation
?adhd