You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the raw data names and the datatidy final names
p<-read.csv("/home/ines.huertas/Escritorio//ADA/data_scientist/curso3/project/week/UCI HAR Dataset/col.csv")
colnames(p)<-c("","raw data variables" , "final data variables")
p