ediDataset: R Commander Dataset Editor

Description Usage Arguments Details Value Note Author(s) See Also Examples

Description

Allows the user to enter a new dataset, modify data values in an existing dataset, add rows or columns to the dataset, or delete rows or columns.

Usage

1
editDataset(data, dsname)

Arguments

data

an R data frame to edit; this argument is optional, and if absent an empty data frame is created, into which the user can enter data.

dsname

the quoted name of the data set, into which the edited data frame will be placed in the global environment. If absent and an existing data frame is edited, the modified version will replace the original version; if absent and a new data set is created, it will be given the name "Dataset".

Details

editDataset is a straightforward spreadsheet-like data editor, suitable for editing data frames that are not too large (say smaller than about 10,000 values).

Value

This function does not return a useful value, but has the side effect of modifying or creating a data set in the global environment.

Note

editDataset is limited to editing data frames that are composed only of numeric, factor, and logical columns.

Author(s)

John Fox jfox@mcmaster.ca

See Also

edit.data.frame, for the standard R data editor.

Examples

1

Example output

Loading required package: splines
Loading required package: RcmdrMisc
Loading required package: car
Loading required package: carData
Loading required package: sandwich
Loading required package: effects
lattice theme set by effectsTheme()
See ?effectsTheme for details.
The Commander GUI is launched only in interactive sessions

Attaching package: 'Rcmdr'

The following object is masked from 'package:car':

    Confint

Warning message:
no DISPLAY variable so Tk is not available 

Rcmdr documentation built on May 2, 2019, 4:35 p.m.