Skip to content

Commit

Permalink
new mycap_participants() field
Browse files Browse the repository at this point in the history
ref #459
  • Loading branch information
wibeasley committed Dec 15, 2022
1 parent 691a918 commit e3dc938
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ structure(list(username = c("unittestphifree", "wbeasleya"),
TRUE), mobile_app_download_data = c(FALSE, TRUE), record_create = c(FALSE,
TRUE), record_rename = c(FALSE, FALSE), record_delete = c(FALSE,
FALSE), lock_records_all_forms = c(FALSE, FALSE), lock_records = c(FALSE,
FALSE), lock_records_customization = c(FALSE, FALSE), forms_export = c("demographics:1",
"demographics:1")), row.names = c(NA, -2L), class = c("tbl_df",
"tbl", "data.frame"))
FALSE), lock_records_customization = c(FALSE, FALSE), mycap_participants = c(0,
0), forms_export = c("demographics:1", "demographics:1")), row.names = c(NA,
-2L), class = c("tbl_df", "tbl", "data.frame"))
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ structure(list(username = c("unittestphifree", "wbeasleya"),
FALSE), mobile_app_download_data = c(FALSE, FALSE), record_create = c(TRUE,
TRUE), record_rename = c(FALSE, FALSE), record_delete = c(FALSE,
FALSE), lock_records_all_forms = c(FALSE, FALSE), lock_records = c(FALSE,
FALSE), lock_records_customization = c(FALSE, FALSE), forms_export = c("demographics:1,health:1,race_and_ethnicity:1",
FALSE), lock_records_customization = c(FALSE, FALSE), mycap_participants = c(0,
0), forms_export = c("demographics:1,health:1,race_and_ethnicity:1",
"demographics:1,health:1,race_and_ethnicity:1")), row.names = c(NA,
-2L), class = c("tbl_df", "tbl", "data.frame"))

0 comments on commit e3dc938

Please sign in to comment.