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
{{ message }}
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
If you restart the R session (or it crashes), you are no longer able to scroll through the grid view, even if the Dynamic Evaluation option is set to FALSE. If you attempt to scroll, the R console prints the error:
Error in `[.data.frame`(x, rows, cols, drop = FALSE) : undefined columns selected
Crashing the base R console would lose the View window anyway, so this behavior isn't wholly unexpected. But it would be nice if the grid could be cached in some way so that you could still look at it in the viewer even if the R session was lost.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider the following statement:
If you restart the R session (or it crashes), you are no longer able to scroll through the grid view, even if the Dynamic Evaluation option is set to FALSE. If you attempt to scroll, the R console prints the error:
Crashing the base R console would lose the View window anyway, so this behavior isn't wholly unexpected. But it would be nice if the grid could be cached in some way so that you could still look at it in the viewer even if the R session was lost.
The text was updated successfully, but these errors were encountered: