match_two_df: Extract same rows of two data.frame with same order.

View source: R/utilities.R

match_two_dfR Documentation

Extract same rows of two data.frame with same order.

Description

Extract same rows of two data.frame with same order.

Usage

match_two_df(df1, df2, way = "row-row")

Arguments

df1

Dataframe 1

df2

Dataframe 2

way

row-row (default): Extract same rows of two data.frame with same order. col-row: Extarct same columns in df1 with rows in df2 and with same order

Value

A list in format like list(df1=df1, df2=df2)

Examples


NULL


Tong-Chen/ImageGP documentation built on April 14, 2025, 12:54 p.m.