Description Usage Arguments Value
Dataframes may contain such a column that contains strings, in which items are joined by some delimiter. This makes it difficult to perform analysis in individual items in the strings. This function creates a new vector with each element containing one item in the strings. Each ittem has an ID label from the original dataframe.
1 | resolve_overlap(x_df, feature, ID_col)
|
x_df |
a dataframe |
feature |
which column to extract the features |
ID_col |
which column becomes the ID for the new features |
a named vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.