Learn R Programming

solvebio (version 2.15.0)

createEnv: createEnv

Description

Create a new SolveBio environment.

Usage

createEnv(token, token_type = "Token", host = .solveEnv$host)

Arguments

token

A SolveBio API key or OAuth2 token

token_type

SolveBio token type (default: Token)

host

(optional) The SolveBio API host (default: https://api.solvebio.com)

References

https://docs.solvebio.com/

Examples

Run this code
if (FALSE) {
env <- createEnv("MyAPIkey")
User.retrieve(env = myEnv)
}

Run the code above in your browser using DataLab