makeSession: Attempts to create a new session with the provided arguments.

makeSessionR Documentation

Attempts to create a new session with the provided arguments.

Description

Attempts to create a new session with the provided arguments.

Usage

makeSession(
  location = NULL,
  apikey = NULL,
  apisecret = NULL,
  token = NULL,
  profile = NULL,
  config = .defaultConfigFilepath,
  save = FALSE
)

Arguments

location

Location of the remote API base endpoint.

apikey

API Key.

apisecret

API Secret.

token

Authentication token.

profile

Profile name.

config

Configuration file path.

save

Indicates if we want to save the session.

Value

A session.


telostat/rdecaf documentation built on June 22, 2022, 8:35 p.m.