Skip to content

Commit

Permalink
Switch colname order
Browse files Browse the repository at this point in the history
  • Loading branch information
rsh52 committed Sep 11, 2024
1 parent 436fbc6 commit cd6f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/read_redcap.R
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ add_event_mapping <- function(supertbl, linked_arms) {
event_info <- linked_arms %>%
add_partial_keys(.data$unique_event_name) %>%
select(
redcap_form_name = "form", "redcap_event", "redcap_arm", "arm_name", "event_name"
redcap_form_name = "form", "redcap_event", "event_name", "redcap_arm", "arm_name"
) %>%
nest(redcap_events = !"redcap_form_name")

Expand Down

0 comments on commit cd6f810

Please sign in to comment.