arthur-shaw / susoapi

R interface for Survey Solutions' APIs
https://arthur-shaw.github.io/susoapi/
Other
9 stars 5 forks source link

Add credential arguments to `check_credentials()` #49

Closed arthur-shaw closed 2 weeks ago

arthur-shaw commented 1 month ago

Currently, the function silently, and without user override, loads credentials from .Renviron.

However, one may want to provide credentials for several reasons:

Note: this might require changes to other functions where check_credentials() is part of the body and implementation logic.