kwr_queries | R Documentation |
Outputs the most processed queries
kwr_queries(kwr, q = NULL)
kwr |
A |
q |
An optional regular expression to filter the output queries. |
A tibble with queries.
queries <- data.frame( query = c("seo", "keyword research"), volume = c(1000, 500) ) kwr <- kwresearch(queries) recipe_file <- file.path(tempdir(), "my-recipes.yml") kwr_add_pattern( pattern = "seo", recipe_file = recipe_file, recipe_type = "label", dim_name = "my_label" ) kwr <- kwr_classify(kwr, recipe_file) kwr_queries(kwr) file.remove(recipe_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.