Description Usage Arguments Value Examples
View source: R/get_join_rowindex.R
col indicating join partner in y
1 | get_join_rowindex(data_x, ID_x, ID_y)
|
data_x |
data x that the join will be based on |
ID_x |
Join ID in dataset x |
ID_y |
Join ID in dataset y |
df x with new column join_index (0 = FALSE)
1 | ##get_join_rowindex(df.x, df.x$ID, df.y$ID)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.