rowid_before_after: Check if row id did not change after some manipulation task

View source: R/rowid_before_after.R

rowid_before_afterR Documentation

Check if row id did not change after some manipulation task

Description

Check if row id did not change after some manipulation task

Usage

rowid_before_after(a, b, rowid = "rowid")

Arguments

a

Dataframe or vector of row id (after manipulation).

b

Dataframe or vector of row id (before manipulation).

rowid

Character. Name of variable if a/b is a dataframe.

Author(s)

Frederik Sachser


sachserf/fsf documentation built on June 7, 2024, 11 a.m.