You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In summary, if the print object is wider than getOption('width'), the col.names='none' logic fails to remove the column names register except in the first row.
Filing @tdhock 's comment, #1523 (comment), as its own issue.
In summary, if the print object is wider than
getOption('width'), thecol.names='none'logic fails to remove the column names register except in the first row.