Learn R Programming

neptune (version 0.2.3)

neptune_set_api_token: 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

See Also

Useful links:

Examples

Run this code
# NOT RUN {
neptune_set_api_token("ANONYMOUS")
# }

Run the code above in your browser using DataLab