We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f02b31 commit ddf79dfCopy full SHA for ddf79df
data_operations.r
@@ -4,7 +4,7 @@ library(REDCapR)
4
5
#### Functions
6
7
-get_data <- function(token = Sys.getenv("REDCAP_API_TOKEN")) {
+get_data <- function(token = keyring::key_get("aps_reports_redcap_api")) {
8
redcap_read(
9
redcap_uri = "https://redcap.uth.tmc.edu/api/",
10
token = token,
0 commit comments