set_api_key | R Documentation |
set_api_key
set_api_key(key = null, source_name = null, option = c("env", "file"), ...)
key |
api key of the source |
source_name |
evds or fred |
option |
choice of later usage. env or file should be given to
save api key for later use. Default is env which
saves api key as environment variable.
if |
... |
for future versions |
The function has no return value.
## Not run:
set_api_key("ABCDEFGHIJKLMOP", "evds", "env")
set_api_key("ABCDEFGHIJKLMOP", "fred", "env")
set_api_key("ABCDEFGHIJKLMOP", "fred", "file")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.