The Azure Data Science Virtual Machine (DSVM) provides a powerful platform for data scientists supporting a full open source stack of regularly used tools.
AzureDSVM requires users to have access to Azure resources
through an Azure subscription which can be obtained through a free
Azure account using your
credit card (but only to identify you as it will not be charged unless
you later decide to take ot a subscription).
It is highly recommended that you read through the DSVM documentation:
AzureDSVM assumes R (>= 3.3.1), with dependencies on packages of
AzureSMR(>= 0.2.2), stringr (>= 1.1.0), stringi (>= 1.1.2),
magrittr (>= 1.5), dplyr (>= 0.5.0).
Before using the functions in AzureDSVM, one needs to obtain
authentication credentials for managing Azure resources. Details are
available from the AzureSMR Authentication
vignette.
AzureDSVM is available from its GitHub
repository. To install,
if(!require("devtools")) install.packages("devtools") devtools::install_github("Azure/AzureDSVM")
Help pages can be loaded with
library(help=AzureDSVM)
Tutorials on how to use AzureDSVM package are provided as vignettes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.