I have imported data from an Excel file and I am getting errors:
> library(readxl)
> Balance_sheet <- read_excel("Y:/All
Documents/Training/Data/Routines for consolidating all the data/Individual
tables/AIM companies/Balance_sheet.xlsx", na = "")
New names:
* `` -> ...6
* `` -> ...7
* `` -> ...9
* `` -> ...10
* `` -> ...11
* ... and 22 more problems
How can I find where the error is originating? What does New names mean?
Thanks in advance for your help.
Sent from Mail for Windows 10
[[alternative HTML version deleted]]