data-raw/appleshoots.R

## code to prepare `appleshoots` dataset goes here
install.packages("agridat")
library(agridat)
data(ridout.appleshoots)
appleshoots <- ridout.appleshoots
usethis::use_data(appleshoots, overwrite = TRUE)
thomas-fung/izipr documentation built on Dec. 23, 2021, 9:57 a.m.