data-raw/test_history.R

## code to prepare `test_history` dataset goes here


test_history <- tibble::tribble(~object, ~quantity, ~unit,  ~time
                                , "pasta", "1200", "g",  lubridate::ymd_hm("2020-01-01T12:00Z")
                                )



usethis::use_data(test_history)
JDOsborne1/inventoRy documentation built on May 6, 2020, 9:29 a.m.