Description Usage Arguments Value Examples
View source: R/06-fix-keywords.R
After choosing a name for keywords that have more than one in a spreadsheet, join those results back in. This step also fixes cases where the same keyword is given more than one rank (this is just an error in the data).
1 2 3 4 | nyt_fix_keywords(
consolidated_unnested_df,
multi_names_output_folder = "single_named_values"
)
|
consolidated_unnested_df |
output of |
multi_names_output_folder |
folder to find corrected keyword values csv |
an unnested df with consolidated, non-duplicate keyword values and names
1 2 3 4 | ## Not run:
unnested_df_values_fixed <- nyt_fix_keywords(consolidated_unnested_df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.