# Load the dataset
data(exampleData1)
# Inspect the first few rows
head(exampleData1)
# Number of rows and columns
dim(exampleData1)
# Display column names (truncated here)
names(exampleData1)[1:10]
Run the code above in your browser using DataLab