kwr_import | R Documentation |
Imports queries to a kwresearch object
kwr_import(kwr, queries)
kwr |
An empty |
queries |
A data frame with at least one column query and possibly with additional columns volume, cpc, input and source. |
The provided kwresearch object with imported queries.
queries <- data.frame( query = c("seo", "keyword research"), volume = c(1000, 500) ) kwr <- kwresearch() |> kwr_import(queries)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.