Learn R Programming

RGtk2Extras (version 0.6.1)

GetTaskPasteIn: Return all tables

Description

This function returns a list of all tables in .GlobalEnv, including those within lists.

Usage

GetTaskPasteIn(theFrame, dat, insert.row, insert.col, do.rownames=F, do.colnames=F, do.coercion=T)

Arguments

theFrame
Dataset to use
dat
insertion frame
insert.row
row to insert
insert.col
col to insert
do.rownames
do colnames
do.colnames
do colnames
do.coercion
coercion

Details

This is a helper function used to generate a task list to allow reversible pasting of data into the frame.