Closed achafetz closed 5 months ago
Error when running datim_user() when no username is stored in keychain
datim_user()
keychain
Issue is likely the use of value as an object instead of user https://github.com/USAID-OHA-SI/glamr/blob/212f4b05315253f2454630a468c2a7503b729048/R/load_secrets.R#L217C31-L217C36
value
user
Error when running
datim_user()
when no username is stored inkeychain
Issue is likely the use of
value
as an object instead ofuser
https://github.com/USAID-OHA-SI/glamr/blob/212f4b05315253f2454630a468c2a7503b729048/R/load_secrets.R#L217C31-L217C36