# Load the data
data(exampleData1_labelled_tibble)
# Basic inspection (fast and always runnable)
head(exampleData1_labelled_tibble)
dim(exampleData1_labelled_tibble)
# Optional: quick structure peek (names only)
names(exampleData1_labelled_tibble)
Run the code above in your browser using DataLab