Rdocumentation
powered by
Learn R Programming
cocoreg (version 0.1.1)
dflst_add_ds: Add a data.frame (dataset) to a list of data.frames (datasets)
Description
Add a data.frame (dataset) to a list of data.frames (datasets)
Usage
dflst_add_ds(dflst, df, dsname)
Arguments
dflst
[1,m] list of data.frames, A list of data.frames
df
data.frame, Data frame to add
dsname
string, Dataset name for the data.frame to add
Value
A list of data.frames, A new list of data.frames with one new dataset in the end