cross.selectCond: Selection of the same conditions (columns) between two...

View source: R/misc-deprecated.R

cross.selectCondR Documentation

Selection of the same conditions (columns) between two studies

Description

Selection of the same conditions (columns) between two studies

Usage

cross.selectCond(df1, df2, cond = NA, name1 = NA, name2 = NA)

Arguments

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

Value

one data.frame with the selected shared conditions of the two data.frames


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