Github
LinkedIn
Twitter
YouTube
RSS

R as a tool for Systems Administration

When talking about languages to use in Production in data science, R is usually not part of the conversation and if it is, it’s referenced as a secondary language. One of the main reasons this occurs is because R it’s commonly associated with being more suitable for statistical analysis and languages like Python and JavaScript, more suitable for doing other tasks such as creating web applications or implementing machine learning models.

Hosting RStudio Server on Azure

Can’t be bothered reading, tell me now Getting started Setting up R Opening ports ready for RStudio Installing RStudio Nicer URLs Adding SSL Can’t be bothered reading, tell me now Host RStudio server on an azure instance. Configure the instance to access RStudio with a nice url. Getting started Azure is cloud computing framework provided by Microsoft, the same idea as AWS by Amazon. In this post, we’ll describe how to use Azure to run RStudio Server in the cloud.