Skip to content

The-Strategy-Unit/azkit

Repository files navigation

{azkit} 🌊🔑📂📦R

GitHub License Project Status: WIP – Initial development is in progress, but there has not yet been a stable release Lifecycle: experimental GitHub R package version [![R CMD check status][cmd_svg]][cmd_yaml]

[cmd_svg]: https://github.com/The-Strategy-Unit/azkit/actions/workflows/R-CMD-check.yaml/badge.svg) [cmd_yaml]: https://github.com/The-Strategy-Unit/azkit/actions/workflows/R-CMD-check.yaml

R package to handle Azure authentication and basic tasks with blob storage.

Status

The package is in development. Please leave an issue or raise a pull request if you have ideas for its improvement.

Installation

You can install the development version of {azkit} with:

# install.packages("pak")
pak::pak("The-Strategy-Unit/azkit")

Usage

To be added.

Environment variables

To access Azure Storage you need to add some variables to a .Renviron file in your project.

⚠️These values are sensitive and should not be exposed to anyone outside The Strategy Unit. Make sure you include .Renviron in the .gitignore file for your project.

Your .Renviron file should contain the variables below. Ask a member of the Data Science team for the necessary values.

AZ_STORAGE_EP=
AZ_STORAGE_CONTAINER=

These may vary depending on the specific container you’re connecting to.

Getting help

Please use the Issues feature on GitHub to report any bugs, ideas or problems, including with the package documentation.

Alternatively, to ask any questions about the package you may contact Fran Barton.

About

R package to handle Azure authentication and basic tasks with blob storage

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages