# NOT RUN {
library(REDCapR) #Load the package into the current R session.
# ---- Local File Example ----------------------------
path <- system.file("misc/example.credentials", package="REDCapR")
(p1 <- retrieve_credential_local(path, 153L))
(p2 <- retrieve_credential_local(path, 212L))
# }
Run the code above in your browser using DataLab