Skip to content

Commit

Permalink
Update vehicles_sample.rda
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Nov 4, 2023
1 parent 4856f5a commit 76348ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/misc.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ set.seed(350)
sel = sample(nrow(vehicles_2022_raw), 3)
vehicles_sample_raw = vehicles_2022_raw[sel, ]
# vehicles_sample = format_vehicles(vehicles_sample_raw)
vehicles_sample = vehicles_2022_raw
vehicles_sample = vehicles_2022_raw[sel,]
usethis::use_data(vehicles_sample, overwrite = TRUE)
```

Expand Down
Binary file modified data/vehicles_sample.rda
Binary file not shown.

0 comments on commit 76348ca

Please sign in to comment.