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