powered by
A shiny app for editing a 'data.frame'
editData(data = NULL, viewer = "dialog", mode = 2)
A tibble or a tbl_df or a data.frame to manipulate
Specify where the gadget should be displayed. Possible choices are c("dialog","browser","pane")
An integer
A manipulated 'data.frame' or NULL
# NOT RUN { library(shiny) library(editData) # Only run examples in interactive R sessions if (interactive()) { result<-editData(mtcars) result } # }
Run the code above in your browser using DataLab