View source: R/rowid_before_after.R
rowid_before_after | R Documentation |
Check if row id did not change after some manipulation task
rowid_before_after(a, b, rowid = "rowid")
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. |
Frederik Sachser
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.