Taking Advanced Analytics to the Cloud – Part I: R on AWS
Running R on the cloud isn’t very difficult. This demo shows how to get Rstudio running on Amazon Web Services. To run R on the cloud we need to initiate a machine/computer and install R – that’s all very simple. Where you might get caught up is in the settings and permissions. Step 1: Create […]
Taking Advanced Analytics to the Cloud – Part II: Objects from S3 to R using the aws.s3 package
When taking advanced analytics to the cloud you’ll need a strong understanding of your platform – whether it’s compute, storage, or some other feature. This tutorial walks you through reading to and from Amazon Web Service’s Simple Storage Service. For this demo cod will be running though Rstudio which is running on a linux server […]