Dear participants ,
I have problem in importing both xlsx and csv files.
It looks like this
tried with codes
install.packages("openxlsx")
library(openxlsx)
data=read.xlsx("C:/Users/d2009.xlsx",1)
and with csv
DATA2 = read.csv2("C:/Users/49151/Desktop/Master Thesis/dy2009.xlsx",header = T,
sep = ";",dec = ",")
however, in excel it looks like as in tables not like one line with ; as usual for csv.
can someone help ?