[![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.
The package is in development. Please leave an issue or raise a pull request if you have ideas for its improvement.
You can install the development version of {azkit}
with:
# install.packages("pak")
pak::pak("The-Strategy-Unit/azkit")
To be added.
To access Azure Storage you need to add some variables to a
.Renviron
file in your project.
.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.
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.