Load libraries
# Load libraries | |
library(ggplot2) # For plotting | |
library(RevoScaleR) # Microsoft R Server functions | |
library(knitr) # Additional formatting options for RMarkdown | |
library(dplyr) # Data manipulartion package | |
library(kableExtra) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment