Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGoueguel committed Apr 23, 2024
1 parent 12ff2d3 commit 4e97189
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/DATASET.R
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## code to prepare `glass` dataset goes here
glass <-
readr::read_csv("~/Documents/Projects/Packages/data/glass.csv", show_col_types = FALSE) %>%
purrr::modify_at("glassType", as_factor)
purrr::modify_at("glassType", as.factor)

usethis::use_data(glass, overwrite = TRUE)
Binary file modified data/glass.rda
Binary file not shown.

0 comments on commit 4e97189

Please sign in to comment.