Description Usage Arguments Examples
View source: R/pbiAuthenticate.R
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/
1 | pbiAuthenticate(appName, clientId, clientSecret)
|
appName |
The name of the application. |
clientId |
Application ID. |
clientSecret |
Client secret. |
1 | ## Not run: pbiAuthenticate(appName = "abc", clientId = "def", clientSecret = "ghi")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.