if (FALSE) {
qualtrics_api_credentials(
api_key = "",
base_url = "",
install = TRUE
)
# Reload your environment so you can use the credentials without restarting R
readRenviron("~/.Renviron")
# You can check it with:
Sys.getenv("QUALTRICS_API_KEY")
# If you need to overwrite existing credentials:
qualtrics_api_credentials(
api_key = "",
base_url = "",
overwrite = TRUE,
install = TRUE
)
# Reload your environment to use the credentials
}
Run the code above in your browser using DataLab