I ran a Rshiny app and it works as expected but in console I get the following message:
New names:
* `` -> `..18`
what does it mean?
It occurs when I try to do this
> data1<-read_excel("CUMMULATIVE COLLECTION POS_UPLOAD.xls")
New names:
* `` -> `..18`
When I do the same operation again it doesn't gives the message
> data2<-read_excel("DATA.xlsx")