Skip to content

Commit

Permalink
Fix test data for get_redcap_email_revisions()
Browse files Browse the repository at this point in the history
  • Loading branch information
pbchase committed Oct 31, 2023
1 parent 19b67a7 commit e1875b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-raw/cleanup_bad_email_addresses_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ bad_redcap_user_emails <- dplyr::tribble(

output <- dplyr::tribble(
~ui_id, ~email_field_name, ~username, ~corrected_email, ~email,
1, "user_email", "site_admin", "NA", "[email protected]",
1, "user_email", "site_admin", NA, "[email protected]",
3, "user_email", "alice", "[email protected]", "[email protected]",
4, "user_email", "bob", "[email protected]", "[email protected]",
5, "user_email2", "carol", "[email protected]", "[email protected]",
Expand Down
Binary file modified data/get_redcap_email_revisions_test_data.rda
Binary file not shown.

0 comments on commit e1875b4

Please sign in to comment.