81e59940c4 | ||
---|---|---|
R | ||
inst/etc | ||
man | ||
vignettes | ||
.Rbuildignore | ||
.gitignore | ||
AzureDSR.Rproj | ||
DESCRIPTION | ||
LICENSE | ||
Makefile | ||
NAMESPACE | ||
README.md | ||
git.mk | ||
r.mk |
README.md
AzureDSR
The Azure Data Science Resources is an R Package for Data Scientists working with the Azure compute platform as a complement to the underlying AzureSMR for controlling Azure Resources.
To get started with this package, see the Vignettes:
To install the package from github:
devtools::install_github("Azure/AzureDSR")
Help pages are also provided for all functions within the package. With RStudio for example type AzureDSR into search when the package is loaded to see a list of functions/help pages or else
library(help=AzureDSR)
Note: The package will work with any open source R Session or with Microsoft R extensions.
Code of Conduct
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.