data-raw/my_dataset.R

## code to prepare `my_dataset` dataset goes here

library(tibble)

my_dataset <- as_tibble(rownames_to_column(mtcars, var = 'car'))

usethis::use_data(my_dataset, overwrite = TRUE)
andreamelloncelli/myShapes documentation built on Dec. 19, 2021, 2:35 a.m.