set_api_key {polished} | R Documentation |
set Polished API key
Description
The API key can be set as an Environment Variable via
Sys.getenv("POLISHED_API_KEY")
.
Usage
set_api_key(api_key)
get_api_key()
Arguments
api_key |
the Polished API key |
Value
a list of the newly set polished
R options
Examples
set_api_key(api_key = "<my Polished API key>")
[Package polished version 0.8.1 Index]