View source: R/misc-deprecated.R
cross.select | R Documentation |
Keep only the columns or rows or both that are common between the two data.frames
cross.select(df1, df2, margin = "c")
df1 |
data.frame for the first study |
df2 |
data.frame for the second study |
margin |
character. Default: 'c'. Selection only on the columns "c", selection only on the rows "r", selection on both "a". |
a list of two data.frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.