GetTaskPasteIn {RGtk2Extras} | R Documentation |
This function returns a list of all tables in .GlobalEnv, including those within lists.
GetTaskPasteIn(theFrame, dat, insert.row, insert.col, do.rownames=F, do.colnames=F, do.coercion=T)
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 |
This is a helper function used to generate a task list to allow reversible pasting of data into the frame.