This function allows a data frame to be viewed and edited via the listviewer package.

visualize_tibble(data, edit = F)

Arguments

data

A data frame

edit

TRUE edit the data frame

Value

htmlwidget

Examples

visualize_tibble(mtcars)