alexhallam/flyrod: Read and Write Files to 'Azure Data Lake Storage (Gen 1)'

'Azure Data Lake Storage (Gen 1)'<https://docs.microsoft.com/en-us/azure/data-lake-store/data-lake-store-overview> is cloud storage offered by Microsoft. It is possible to set up an 'Azure Data Lake Storage' account which can be accessed through HTTP requests. Once a user has obtained a 'tenate ID', a 'client ID', and a 'client secret' the option to read and write via HTTP is available. This package provides helper functions to read/write deliminated files (via 'readr'<https://cran.r-project.org/web/packages/readr/index.html>) and feather files (via 'feather'<https://cran.r-project.org/web/packages/feather/index.html>). The deliminated read functionality wraps the 'readr::read_delim()' function to provide a familiar interface for users of the 'readr' package.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.1.1
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("alexhallam/flyrod")
alexhallam/flyrod documentation built on Nov. 20, 2019, 7:33 a.m.