View source: R/project_users.R
project_users | R Documentation |
Execute an "Export Users" API request to fetch user-related details (e.g. username, email, access permissions, etc.) corresponding to a REDCap project.
project_users(conn)
conn |
A REDCap API connection object (created with |
A tibble
-style data frame containing the columns returned
by an "Export Users" API request
## Not run:
conn <- rconn(
url = "https://redcap.msf.fr/api/",
token = Sys.getenv("MY_REDCAP_TOKEN")
)
project_users(conn)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.