Join us for
RADAR: AI Edition

previsionio (version 11.7.0)

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

Run this code
# NOT RUN {
pio_init('eyJhbGciOiJIUz', 'https://xxx.prevision.io')
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab