Home > Back-end >  R language about XLSX issue
R language about XLSX issue

Time:10-19

Input cars32 & lt; - read. XLSX (" mtcars. XLSX sheetIndex=1, the header=T) after the prompt:
The Error in loadWorkbook (file, password=password) :
Always find a mtcars. XLSX
Is this why? I'll JAVA environment?

CodePudding user response:

I find the data (package="XLSX) shows:
No data sets found
Warning messages:
1: read In the table (path, encoding=encoding, the header=headers, sep=sep, :
Line 2 appears to contain embedded crosstab
2: In the read. Table (path, encoding=encoding, the header=headers, sep=sep, :
Line 3 appears to contain embedded crosstab
3: read In the table (path, encoding=encoding, the header=headers, sep=sep, :
Line 4 appears to contain embedded crosstab
4: In the read. Table (path, encoding=encoding, the header=headers, sep=sep, :
Line 5 appears to contain embedded crosstab
5: read In the table (path, encoding=encoding, the header=headers, sep=sep, :
Incomplete final line found by readTableHeader on '~/R/win - 4.0/XLSX/library/Meta/vignette RDS'
  • Related