editData: A shiny app for editing a 'data.frame'

Description Usage Arguments Value Examples

View source: R/editData.R

Description

A shiny app for editing a 'data.frame'

Usage

1
editData(data = NULL, viewer = "dialog", mode = 2)

Arguments

data

A tibble or a tbl_df or a data.frame to manipulate

viewer

Specify where the gadget should be displayed. Possible choices are c("dialog","browser","pane")

mode

An integer

Value

A manipulated 'data.frame' or NULL

Examples

1
2
3
4
5
6
7
library(shiny)
library(editData)
# Only run examples in interactive R sessions
if (interactive()) {
    result<-editData(mtcars)
    result
}

Example output



editData documentation built on April 2, 2021, 5:06 p.m.