data-raw/dataraw.R

length <- runif(15, min=1, max=50)
width <- runif(15, min=1, max=50)
my.df <- data.frame("length"=length, "width"=width)

devtools::use_data(my.df, overwrite = TRUE) # to be able to document your data and publish
LottedeVos/myfirstpackage documentation built on May 3, 2019, 9:05 p.m.