setAPI {gemini.R} | R Documentation |
Set API key as an environment variable
setAPI(api_key)
api_key |
The API key to set |
No return value, called for side effects.
https://makersuite.google.com/app/apikey
## Not run:
setAPI("my_api_key")
## End(Not run)