#POST

Tags: 3 posts

September 6, 2019 1 min read

Read and Write Excel from Azure Datalake Store using R and Rest API

The following code snippets are on creating a connection to Azure Data Lake Storage Gen1 using R with Service-to-Service authentication with client secret and client id using REST API and read and write an excel file. Import Prerequisite …
September 2, 2019 2 min read

Access Azure Active Directory Groups using R

The following code snippets are on creating a connection to Azure Active Directoy using R with Service-to-Service authentication with client secret and client id using REST API and fetch Active Directory`s groups and associated details with them …
June 10, 2019 1 min read

Connect to azure datalake store using R

The following code snippets are on creating a connection to Azure Data Lake Storage Gen1 using R with Service-to-Service authentication with client secret and client id using REST API. Follow the link, for more details on different ways to connect …