This should only be needed for development and testing of the nswpr package.

Testing against the dev environment

Run this first, and then any other nswpr functions.

nswpr::set_dev_env()
nswpr::login('myusername@targetrwe.com') # using your studio-dev login

Testing against local environment

Run this first, and then any other nswpr functions.

nswpr::set_local_env()
nswpr::login('myusername@targetrwe.com') # using your studio-dev login