kwr_source_queries | R Documentation |
Outputs raw, source queries
kwr_source_queries(kwr, q = NULL)
kwr |
A |
q |
An optional regular expression to filter the output queries. |
A tibble.
queries <- data.frame( query = c("seo", "keyword research"), volume = c(1000, 500) ) kwr <- kwresearch(queries) kwr_source_queries(kwr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.