View source: R/misc-deprecated.R
cross.selectCond | R Documentation |
Selection of the same conditions (columns) between two studies
cross.selectCond(df1, df2, cond = NA, name1 = NA, name2 = NA)
df1 |
first data.frame |
df2 |
second data.frame |
cond |
character string vector. A list can be given that allows to make a preselection on the kept conditions. |
name1 |
character string. Allows to prefix the columns names of the first data.frame |
name2 |
character string. Allows to prefix the columns names of the second data.frame |
one data.frame with the selected shared conditions of the two data.frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.