Please am trying to use R Studios for my school project and am having issues navigating. Can somebody help me, I was trying to open this code
A = cor(TENNESSEE_COUNTY_COVID_DATASET)
A
corrplot(A)
corrplot(A, method ="number")
write.csv(A, file = "CorrelationMatrix.csv")write.csv(A, file = "CorrelationMatrix.csv")