Skip to content

Commit

Permalink
inst4_charge_type
Browse files Browse the repository at this point in the history
ref #4
  • Loading branch information
wibeasley committed Sep 16, 2024
1 parent 98b1062 commit 3c4808b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Binary file modified data-public/derived/variable-label.parquet
Binary file not shown.
7 changes: 6 additions & 1 deletion data-public/metadata/variable-label.csv
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,9 @@ inst2_allow_production_change,radio,4,"Yes, if empty or no critical issues exist
inst2_authenticate,radio,1,"table",1,
inst2_authenticate,radio,2,"institution",2,
inst2_authenticate,radio,3,"institution & table",3,
inst2_authenticate,radio,98,"I don't know",98,
inst2_authenticate,radio,98,"I don't know",98,
inst4_charge_type,checkbox,1,effort_hourly,1,"Bill by time/effort (ex: hourly)"
inst4_charge_type,checkbox,2,effort_fte,2,"Staff % Effort (designated percent allocation to grant/contract/department)"
inst4_charge_type,checkbox,3,service,3,"Published services with rates"
inst4_charge_type,checkbox,4,subscription,4,"Subscription"
inst4_charge_type,checkbox,98,other,98,"Other"
1 change: 1 addition & 0 deletions manipulation/institution-ellis.R
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ ds |>
dplyr::mutate(
inst4_complete = REDCapR::constant_to_form_completion(inst4_complete),
) |>
map_to_checkbox( "inst4_charge_type") |>
# dplyr::select(tidyselect::starts_with("inst4_version"))
dplyr::select(tidyselect::starts_with("inst4_")) |>
dplyr::select(
Expand Down

0 comments on commit 3c4808b

Please sign in to comment.