You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REDCapTidieR should support the inclusion of Data Access Groups (DAGs). This is available in REDCapR's export_data_access_groups argument.
Additional Context
Data Access Groups are used for multiple collaborators and make it possible to changes access rights. The redcap_data_access_group variable comes out in the database export as its own column, but does not come out in the metadata (similar to redcap_repeat_instrument/instance).
This could be a good use of a R/Medicine hackathon topic
Potential Problems
It will be necessary to determine what happens to a user with limited DAG access rights.
Update 2023-03-28:
This should be solved using a redcap_dags argument (by default set to FALSE). Likely just needs to be incorporated with the REDCapR::redcap_read_oneshot argument for export_data_access_groups
Checklist
The issue is atomic
The issue description is documented
The issue title describes the problem succinctly
Developers are assigned to the issue
Labels are assigned to the issue
The text was updated successfully, but these errors were encountered:
Feature Request Description
REDCapTidieR
should support the inclusion of Data Access Groups (DAGs). This is available inREDCapR
'sexport_data_access_groups
argument.Additional Context
Data Access Groups are used for multiple collaborators and make it possible to changes access rights. The
redcap_data_access_group
variable comes out in the database export as its own column, but does not come out in the metadata (similar toredcap_repeat_instrument
/instance
).Potential Problems
It will be necessary to determine what happens to a user with limited DAG access rights.
Update 2023-03-28:
redcap_dags
argument (by default set toFALSE
). Likely just needs to be incorporated with theREDCapR::redcap_read_oneshot
argument forexport_data_access_groups
Checklist
The text was updated successfully, but these errors were encountered: