R/register_qualtrics_credentials.R
register_qualtrics_credentials.RdReads the API token and base URL from a credentials file (in .csv format) and sets up the environment
variables necessary for accessing data. Uses
qualtrics_api_credentials, but does not save
credentials to the .Renviron file.
register_qualtrics_credentials(path_to_creds)
| path_to_creds | Full path to credentials file containing API token and base URL. The credentials file must have the following columns: data_source, base_url, api_token. |
|---|