Exercise 4
Identify the code in this tutorial which can be conceptually categorized as Descriptive analysis and which one can be Exploratory analysis?
Find out what is “rt” mean in R
train <- read.csv("train.csv", header = TRUE)
error message. Explore how to load files other than csv file.Explore load data through RStudio build-in functions. Check “File -> Import Dataset”, also check how to load data from a databases like MySql.