This is a re-implementation of View
that works within
Jupyter notebooks by leveraging the Jupyter widgets infrastructure
or by using the DataTable Javascript library. The latter is the case if the system option "View.backend"
is set to "dataTable" or if this option is not set. Otherwise a 'virtable_widget' is used.
Usage
View(x, title = deparse(substitute(x)), ...)
# Default S3 method
View(x, title = deparse(substitute(x)), ...)
# S3 method for class 'data.frame'
View(x, title = deparse(substitute(x)), ...)