With `r.sessionWatcher` enabled, ```r View(mtcars) ``` results in a table sorted by the first column (rownames) by default, which is not desired. Instead, it should not sort by any column in default.
With
r.sessionWatcherenabled,View(mtcars)results in a table sorted by the first column (rownames) by default, which is not desired.
Instead, it should not sort by any column in default.