qualtrics functions that make API requests take arguments key and subdomain, so users can provide these in the function call. The arguments' defaults are Sys.getenv("QUALTRICS_KEY") and Sys.getenv("QUALTRICS_SUBDOMAIN"), so if omitted, these environment variables are checked next.
Functions should also make a final attempt to read a key and subdomain from the disk, at some recommended location like ~/.qualtrics_api, as we discussed in the github.io thread.
qualtrics functions that make API requests take arguments
key
andsubdomain
, so users can provide these in the function call. The arguments' defaults areSys.getenv("QUALTRICS_KEY")
andSys.getenv("QUALTRICS_SUBDOMAIN")
, so if omitted, these environment variables are checked next.Functions should also make a final attempt to read a key and subdomain from the disk, at some recommended location like ~/.qualtrics_api, as we discussed in the github.io thread.