pio_init {previsionio}R Documentation

Initialization of the connection to your instance Prevision.io.

Description

Initialization of the connection to your instance Prevision.io.

Usage

pio_init(token, url)

Arguments

token

your master token, can be found on your instance on the "API KEY" page.

url

the url of your instance.

Value

list - url and token needed for connecting to the Prevision.io environment.

Examples

## Not run: pio_init('eyJhbGciOiJIUz', 'https://xxx.prevision.io')


[Package previsionio version 11.7.0 Index]