Description Usage Arguments Value Examples
Stores ProPublica API key as an environment variable for current and/or future sessions
1 | ppc_api_key(api_key = NULL, set_renv = FALSE)
|
api_key |
The actual API key string provided by ProPublica.. |
set_renv |
Logical indicating whether to append the environment variable to the home directory's ".Renviron" file. This requires directory permission, but it will ensure that future sessions automatically find the token. The default is FALSE (do NOT set in ~/.Renviron). |
the API key string
1 2 | ## this is not a real key
ppc_api_key("as9d78f6aayd9fy2fq378a9ds876fsas89d7f")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.