R/geometry_create_rectangle.R

if (FALSE) {
  geo_rectangle <- read.table(text = "
                           length width area
                           1     2.5    2.5
                           2     3      6
                           3     4.5    13.5
                           4     2      8
                           5     9      45
                           6     8      48
                           7     1.5    10.5
                           8     8      64
                           ")
  devtools::use_data(geo_rectangle, overwrite = TRUE)
}
katiesocolow/Week_2_Project_Package documentation built on May 12, 2019, 10:33 p.m.