GetTaskPasteIn: Return all tables

Description Usage Arguments Details

View source: R/edit.r

Description

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

Usage

1
2
3
4
5
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.


RGtk2Extras documentation built on May 29, 2017, 11:19 a.m.