set_adl_token: Set Azure Data Lake Token

Description Usage Arguments Details Value Examples

View source: R/set_adl_token.R

Description

Setting the Azure Data Lake Token to the global environment to be read by other flyrod functions. This must be set before any funciton will run.

Usage

1
set_adl_token(tenant, client_id, client_secret)

Arguments

tenant

A string representing the tenant id. _Required parameter._

client_id

A string representing the client id. _Required parameter._

client_secret

A string representing the client secret. _Required parameter._

Details

It is required that a service principal in AD is set up.

Value

no value is returned, but ADL_TOKEN is set as an environment variable

Examples

1
 set_adl_token(tenant = "abc123", client_id = "abc123", client_secret = "abc123")

alexhallam/flyrod documentation built on Nov. 20, 2019, 7:33 a.m.