getSession: Gets or creates a session.

getSessionR Documentation

Gets or creates a session.

Description

Gets or creates a session.

Usage

getSession(
  location = NULL,
  apikey = NULL,
  apisecret = NULL,
  token = NULL,
  profile = "default",
  config = .defaultConfigFilepath,
  reset = 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.

reset

Indicates if we are resetting the session first.

Value

Existing or new session.


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