--- title: "Untitled" output: html_document ---
Salary
AtBat
HmRun
summary
Use the code below to get started.
library(ISLR) hitters_cc <- Hitters[complete.cases(Hitters), ]