View source: R/project_users_dags.R
project_users_dags | R Documentation |
Execute an "Export User-DAG Assignments" API request to fetch the mapping between users and Data Access Groups (DAGs) associated with a REDCap project.
project_users_dags(conn)
conn |
A REDCap API connection object (created with |
A tibble
-style data frame with 2 columns:
username
redcap_data_access_group
## Not run:
conn <- rconn(
url = "https://redcap.msf.fr/api/",
token = Sys.getenv("MY_REDCAP_TOKEN")
)
project_users_dags(conn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.