Learn R Programming

fundManageR (version 0.5.02030319)

visualize_data_frame: Data frame visualization

Description

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

Usage

visualize_data_frame(data, edit = F)

Arguments

data

A data frame

edit

TRUE edit the data frame

Value

htmlwidget

Examples

Run this code
# NOT RUN {
visualize_data_frame(mtcars)
# }

Run the code above in your browser using DataLab