getMatchDataFrame: Select subset of rows of data.frame based on the order of...

View source: R/dataframe.R

getMatchDataFrameR Documentation

Select subset of rows of data.frame based on the order of defined row keys. Keys not in the data.frame will be ignored.

Description

Select subset of rows of data.frame based on the order of defined row keys. Keys not in the data.frame will be ignored.

Usage

getMatchDataFrame(df, rowKeys, selectKeys)

Arguments

df

data.frame

rowKeys

vector, row keys for df

selectKeys

vector, keys we want to select in order

Value

data.frame


beyondpie/pureRUtils documentation built on Jan. 10, 2023, 3:22 a.m.