https://github.com/ijlyttle/azuredatalakestoreaccount
https://github.com/ijlyttle/azuredatalakestoreaccount
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ijlyttle/azuredatalakestoreaccount
- Owner: ijlyttle
- License: other
- Created: 2017-04-29T21:17:13.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T22:25:40.000Z (about 9 years ago)
- Last Synced: 2026-03-31T16:48:10.707Z (3 months ago)
- Language: R
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---
output: github_document
---
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
# AzureDatalakeStoreAccount
[](https://travis-ci.org/ijlyttle/AzureDatalakeStoreAccount)
[](https://codecov.io/github/ijlyttle/AzureDatalakeStoreAccount?branch=master)
[](https://cran.r-project.org/package=AzureDatalakeStoreAccount)
## Overview
This package is used to access the account.
https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-get-started-rest-api
It looks like we should use API version `2016-11-01`.
## What we will need
- **done** [List](https://docs.microsoft.com/en-us/rest/api/datalakestore/account#Account_List)
- **error** [List by Resource Group](https://docs.microsoft.com/en-us/rest/api/datalakestore/account#Account_ListByResourceGroup)
- [Create](https://docs.microsoft.com/en-us/rest/api/datalakestore/account#Account_Create)
- **error** [Get](https://docs.microsoft.com/en-us/rest/api/datalakestore/account#Account_Get)
- **done** [Delete](https://docs.microsoft.com/en-us/rest/api/datalakestore/account#Account_Delete)
There seems to be a werid error in list-by-resource and get - I will have to try from the command-line using `curl` to try to reproduce.
## Installation
__AzureDatalakeStoreAccount__ is not yet available on CRAN. You may install from GitHub:
```{r, eval = FALSE}
# install.packages("devtools")
devtools::install_github("ijlyttle/AzureDatalakeStoreAccount")
```
If you encounter a clear bug, please file a minimal reproducible example on [github](https://github.com/ijlyttle/AzureDatalakeStoreAccount/issues).
## Code of conduct
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md). By participating in this project you agree to abide by its terms.