https://forum.posit.co/t/unwanted-console-output-from-readxl/36738?u=sanjmeh

Continuing the discussion from Unwanted console output from readxl:
I have a similar problem with read_excel(). I am bothered by the series of new column name messages, as follows, on the console, flooding it completely.

Note: I read hundreds of files, in a loop. I also do not want to wrap the line with suppressMessages() as there may be important messages missed.

I do not want this message to be repeated hundreds of times.

New names:                                                                                                                             
* `` -> ...1
* `` -> ...2
* `` -> ...3
* `` -> ...4
* `` -> ...5
* ...
New names:                                                                                                                             
* `` -> ...1
* `` -> ...2
* `` -> ...3
* `` -> ...4
* `` -> ...5
* ...

This feature request as it relates to read_excel has been requested and denied.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.