Description Usage Arguments Value Examples
View source: R/get_join_rows_n.R
count of rows with join
1 | get_join_rows_n(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 |
dataframe of n rows that have a join match in x
1 | ##get_join_rows_n(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.