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
The documentation for SharedData$data(withSelection) states:
withSelection
If 'TRUE', add a selection_ column with logical values indicating which rows are
in the current selection, or NA if no selection is currently active.
however, the generated column is named selected_ rather than selection_.
I would recommend correcting the documentation.
The text was updated successfully, but these errors were encountered:
The documentation for
SharedData$data(withSelection)
states:however, the generated column is named
selected_
rather thanselection_
.I would recommend correcting the documentation.
The text was updated successfully, but these errors were encountered: