Last chance! 50% off unlimited learning
Sale ends in
# To read in the text file
fn <- file.path(find.package("AHMbook"), "extdata", "SwissSquirrels.txt")
data <- read.table(fn, header = TRUE)
str(data)
Run the code above in your browser using DataLab