Learn R Programming

editbl (version 1.2.0)

eDT_app: Open interactive app to explore and modify data

Description

Open interactive app to explore and modify data

Usage

eDT_app(...)

Value

data (or a modified version thereof) once you click 'close'

Arguments

...

arguments past to eDT

Details

When eDT is not used within the server of a shiny app, it will call this function to start up a shiny app itself. Just as DT::datatable() displays a table in the browser when called upon interactively.