set_api_key {googlenlp} | R Documentation |
Manually set access credentials
Description
Manually define an API key. Only use this function if you haven't run configure_googlenlp()
Usage
set_api_key(api_key)
Arguments
api_key |
Your API key, from https://console.cloud.google.com/apis/credentials |
Value
None
Examples
## Not run:
set_api_key("YOUR_API_KEY")
## End(Not run)
[Package googlenlp version 0.2.0 Index]