Implements a context menu command that opens the selected variable with a data viewer.
By default, utils::View is used, this can be overwritten using options(vsc.dataViewer = MY_VIEWER_FUNCTION).
Edit: Currently, no error handling is implemented, I just wanted to get this working for now.
Fix #123
Implements a context menu command that opens the selected variable with a data viewer. By default,
utils::View
is used, this can be overwritten usingoptions(vsc.dataViewer = MY_VIEWER_FUNCTION)
.Edit: Currently, no error handling is implemented, I just wanted to get this working for now.