kwr_dimension_names | R Documentation |
Gets the names of all dimensions
kwr_dimension_names(df)
df |
A data frame to get dimension names from. |
A vector of names.
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 |> kwr_queries() |> kwr_dimension_names() file.remove(recipe_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.