Skip to content

Commit

Permalink
fix: 🔥 this was a left over, removed
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Dec 13, 2024
1 parent 9d177cf commit 8f5c753
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data-raw/variables.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ fields <- jsonlite::read_json("data-raw/schema.json")$model$entities$participant
rap_variables <- tibble::tibble(
id = purrr::map_chr(fields, "name"),
title = purrr::map_chr(fields, "title")
) |>
dplyr::filter(id != "eid")
)

usethis::use_data(rap_variables, overwrite = TRUE, version = 3)

0 comments on commit 8f5c753

Please sign in to comment.