Description Usage Arguments Value
Separates terms by gender. Drops NAs, selects gender & target_col, then divides target_col up by various string markers (eg. \'or \', \',\', \' and\', etc.). Filters out non-sense pieces from broken up terms.
1 | separate_terms_by_gender(x, target_col)
|
x |
dataframe, contains columns Gender and a column identified by target_col. |
target_col |
numeric (or string), identifies column of interest. |
A dataframe with columns primary_col and Gender.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.