rejoin_data | R Documentation |
rejoin_data
Takes output from the join_and_match function to correct errors in the initial joinrejoin_data
Takes output from the join_and_match function to correct errors in the initial join
rejoin_data(joined_data, matches, members = MEMBERS)
joined_data |
A tibble with activity data joined with Member data |
matches |
A tibble showing names matched using fuzzy matching, corrected manually where needed |
members |
A tibble with data on current Members (constant provided as default) |
A tibble with activity data joined with Member data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.