We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488b873 commit 471ab20Copy full SHA for 471ab20
1 file changed
R/onLoad.R
@@ -99,7 +99,7 @@
99
datatable.use.index=TRUE, # global switch to address #1422
100
datatable.prettyprint.char=NULL, # FR #1091
101
datatable.old.matrix.autoname=FALSE, # #7145: how data.table(x=1, matrix(1)) is auto-named set to change
102
- datatable.unique.names = NULL
+ datatable.unique.names = NULL
103
)
104
opts = opts[!names(opts) %chin% names(options())]
105
options(opts)
0 commit comments