cross.select: Keep only the columns or rows or both that are common between...

View source: R/misc-deprecated.R

cross.selectR Documentation

Keep only the columns or rows or both that are common between the two data.frames

Description

Keep only the columns or rows or both that are common between the two data.frames

Usage

cross.select(df1, df2, margin = "c")

Arguments

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".

Value

a list of two data.frames


barzine/barzinePhdR documentation built on Nov. 23, 2024, 8:54 p.m.