neptune_set_api_token {neptune} | R Documentation |
Sets NEPTUNE_API_TOKEN environment variables
Description
Sets NEPTUNE_API_TOKEN environment variables. It is used as a default api_token value by neptune_init.
Usage
neptune_set_api_token(token)
Arguments
token |
string - Your Neptune API token |
Value
None
Author(s)
Authors:
Mateusz Dominiak
Maintainer: Neptune DevTeam Devbackend@neptune.ai
See Also
Useful links:
Documentation https://docs.neptune.ai/
Report bugs at https://github.com/neptune-ai/neptune-r/issues
Examples
neptune_set_api_token("ANONYMOUS")
[Package neptune version 0.2.3 Index]