accentize_queries | Tries to add accents or diacritics where they should be |
extract_pattern | Extracts a regex pattern from a character vector (vectorized) |
import_mm_file | Imports a single Marketing Miner CSV file |
join_labels | Deduplicates and joins multiple label values |
join_patterns | Deduplicates regex patterns and joins them by "|" |
keywordr-package | keywordr: Research and classify search engine queries in R! |
kwr_add_pattern | Adds a new regex pattern to a pruning or classification... |
kwr_build_regex | Creates regular expression from a single string |
kwr_classified_queries | Outputs classified queries |
kwr_classify | Classifies queries based on recipes in a YAML file |
kwr_clean_queries | Outputs cleaned (normalized and accentized) queries |
kwr_collocations | Finds collocations, i.e. multiword phrases that are more... |
kwr_dimension_names | Gets the names of all dimensions |
kwr_dimension_table | Outputs frequency table of a given dimension |
kwresearch | Creates an object of the kwresearch class |
kwr_import | Imports queries to a kwresearch object |
kwr_import_mm | Imports Marketing Miner CSV file(s) to an empty kwresearch... |
kwr_long_queries | Outputs queries longer than a specific number of characters |
kwr_ngrams | Generates n-grams from queries |
kwr_prune | Removes unwanted queries according to YAML recipes |
kwr_pruned_queries | Outputs pruned queries |
kwr_prune_long_queries | From pruned data removes queries longer than a specific... |
kwr_queries | Outputs the most processed queries |
kwr_removed_queries | Outputs queries removed by kwr_prune |
kwr_remove_stopwords | Removes stopwords from a dataset, e.g. n-grams |
kwr_source_queries | Outputs raw, source queries |
kwr_stopwords | Return stopwords as a character vector |
kwr_subqueries | Generates n-grams from queries and filter only those that... |
kwr_summary | Prints number of queries in all phases of processing |
kwr_test_regex | Explore a regex pattern applied on queries |
kwr_unclassified_queries | List queries that are not classified in all or specified... |
kwr_use_stopwords | Set a stopword list to use with n-gram functions |
process_prune_recipe | Processes a single pruning recipe |
process_recipe | Processes a single recipe |
process_value | Processes a single value of a recipe of the type label |
read_recipes | Reads classification recipes from a YAML file |
set_flag | Sets a classification flag (logical value) |
set_label | Sets a classification label (character) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.