I have been trying to read the excel file but seems like there is something wrong. The file is stored in Documents folder in excel format.
These are the error messages that I get :
table <- read.csv(file.choose(),header=T,sep='\t')
Warning messages:
1: In read.table(file = file, header = header, sep = sep, quote = quote, :
line 1 appears to contain embedded nulls
2: In read.table(file = file, header = header, sep = sep, quote = quote, :
incomplete final line found by readTableHeader on
also, since these were warnings , I happened to ignore them. But nothing has been read into "table" either:
table
# [1] PK...
# <0 rows> (or 0-length row.names)
skipNul = TRUE,
option – Caribbean