kwr_summary | R Documentation |
Prints number of queries in all phases of processing
kwr_summary(kwr)
kwr |
A |
None.
queries <- data.frame( query = c("seo", "keyword research", "nonsense"), volume = c(1000, 500, 10) ) kwr <- kwresearch(queries) kwr_summary(kwr)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.