if (FALSE) {
# Cuts down on password requests on MAC
options(keyring_backend=keyring::backend_file)
unlockREDCap(c(test_conn = 'TestRedcapAPI',
sandbox_conn = 'SandboxAPI'),
keyring = 'MyKeyring',
envir = globalenv(),
url = 'https:///api/')
}
Run the code above in your browser using DataLab