Skip to content

Technical notes

Gene Leynes edited this page Apr 22, 2020 · 1 revision

Civis API key

For instuctions on how to set an API key please refer to Civis documentation:
https://civisanalytics.github.io/civis-r/
https://civis.zendesk.com/hc/en-us/articles/216341583-Generating-an-API-Key

In config/setkey.R there is a simple script to set the API key for each session. The script looks like this, except with an actual API key: Sys.setenv(CIVIS_API_KEY="<PUT YOUR API KEY HERE>")

Clone this wiki locally