View source: R/merge_and_drop.R
merge_and_drop | R Documentation |
This function perfoms the merge-and-drop technique for condensing the metadata dataframe as discussed at a meeting. Shifts from col2 to col1.
merge_and_drop(df, col1, col2)
df, |
data frame |
col1, |
the first column |
col2, |
the second column |
merged dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.