pbiAuthenticate: Authenticate your Power BI API session.

Description Usage Arguments Examples

View source: R/pbiAuthenticate.R

Description

Supply your application name, client ID and client secret. You will need to register an application here: https://powerbi.microsoft.com/en-us/documentation/powerbi-developer-register-a-web-app/

Usage

1
pbiAuthenticate(appName, clientId, clientSecret)

Arguments

appName

The name of the application.

clientId

Application ID.

clientSecret

Client secret.

Examples

1
## Not run: pbiAuthenticate(appName = "abc", clientId = "def", clientSecret = "ghi")

olfrost/poweRbi documentation built on May 6, 2019, 6:05 p.m.