Skip to content

Commit

Permalink
set abcd_timestamp to realistic value
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvjk committed Oct 20, 2023
1 parent e9b40e9 commit 2c77d9b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions data-raw/abcd_demo.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ abcd_demo <- abcd_demo %>%
dplyr::between(year, 2020, 2025)
)

# set ald_timestamp to a reasonable value give the time frame of the demo data
abcd_demo <- abcd_demo %>%
dplyr::mutate(
ald_timestamp = "2020Q4"
)

# ensure aviation data is in appropriate range
abcd_aviation <- abcd_demo %>%
dplyr::filter(sector == "aviation")
Expand Down
Binary file modified data/abcd_demo.rda
Binary file not shown.
2 changes: 1 addition & 1 deletion tests/testthat/_snaps/abcd_demo.md

Large diffs are not rendered by default.

0 comments on commit 2c77d9b

Please sign in to comment.