Skip to content

Commit 009abf5

Browse files
committed
merge dev and minor revisions
1 parent ebb60ad commit 009abf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ Config/testthat/edition: 3
7272
Encoding: UTF-8
7373
LazyData: true
7474
Roxygen: list(markdown = TRUE)
75-
RoxygenNote: 7.3.0
75+
RoxygenNote: 7.3.1

data-raw/grad_employ_subset.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ ncol(gemploy)
9696

9797
grad_employ_subset <- gemploy %>%
9898
tsibble::as_tsibble(
99-
index=time_value,
100-
key=c(geo_value, age_group, edu_qual)) %>%
99+
index = time_value,
100+
key = c(geo_value, age_group, edu_qual)) %>%
101101
as_epi_df(
102102
geo_type = "custom", time_type = "year", as_of = "2022-07-19",
103103
additional_metadata = list(other_keys = c("age_group", "edu_qual")))

0 commit comments

Comments
 (0)