Skip to content

Commit

Permalink
consolidate arm-single data
Browse files Browse the repository at this point in the history
ref #542
  • Loading branch information
wibeasley committed Oct 17, 2024
1 parent 294bec5 commit 96984ee
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion R/project-delete-single-arm.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ populate_project_delete_single_arm <- function(verbose = FALSE) {
token = credential$token
)
path_in <- system.file(
"test-data/delete-single-arm/data.csv",
"test-data/projects/arm-single-delete/data.csv",
# "test-data/delete-single-arm/data.csv",
package = "REDCapR"
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
record_id,birth_date,position,demographics_complete
101,2020-05-01,pg,2
102,2020-06-01,sg,2
103,2020-07-01,sf,2
104,2020-08-01,pf,2
105,2020-09-01,c,2
106,2020-10-01,pg,2
107,2020-11-01,sg,2
108,2020-12-01,sf,2
Expand All @@ -18,4 +15,3 @@ record_id,birth_date,position,demographics_complete
117,2021-09-01,sg,2
118,2021-10-01,sf,2
119,2021-11-01,pf,2
120,2021-12-01,c,2
4 changes: 4 additions & 0 deletions inst/test-data/projects/arm-single-delete/data.csv
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
record_id,birth_date,position,demographics_complete
101,2020-05-01,pg,2
102,2020-06-01,sg,2
103,2020-07-01,sf,2
104,2020-08-01,pf,2
105,2020-09-01,c,2
106,2020-10-01,pg,2
107,2020-11-01,sg,2
108,2020-12-01,sf,2
Expand All @@ -15,3 +18,4 @@ record_id,birth_date,position,demographics_complete
117,2021-09-01,sg,2
118,2021-10-01,sf,2
119,2021-11-01,pf,2
120,2021-12-01,c,2

0 comments on commit 96984ee

Please sign in to comment.