# define connections
conn_test <- rconn(
url = Sys.getenv("REDCAP_API_URL"),
token = Sys.getenv("REDCAP_PKG")
)
conn_fake <- rconn(
url = Sys.getenv("REDCAP_API_URL"),
token = "AAAAAAAAA" # fake token
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.