Skip to content

Commit 1f0380c

Browse files
committed
lintr update
1 parent b6f52bb commit 1f0380c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/print.data.table.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ print.data.table = function(x, topn=getOption("datatable.print.topn"),
139139
print_default(toprint)
140140
return(invisible(x))
141141
}
142-
if (col.names == "none")
142+
if (col.names == "none")
143143
colnames(toprint) <- rep.int("", ncol(toprint))
144144
if (nrow(toprint)>20L && col.names == "auto")
145145
# repeat colnames at the bottom if over 20 rows so you don't have to scroll up to see them

0 commit comments

Comments
 (0)