Learn R Programming

sevenbridges (version 1.2.4)

misc_get_token: Opens browser to copy the auth token

Description

Click 'Generate Token' button, copy and paste the generated token string to the R console. The function will return the token string.

Usage

misc_get_token()

Arguments

Value

auth token

Examples

Run this code
# Paste the auth token into R
# console then press enter:
token = NULL
token = misc_get_token()

Run the code above in your browser using DataLab