kwr_summary: Prints number of queries in all phases of processing

View source: R/kwresearch.R

kwr_summaryR Documentation

Prints number of queries in all phases of processing

Description

Prints number of queries in all phases of processing

Usage

kwr_summary(kwr)

Arguments

kwr

A kwresearch object.

Value

None.

Examples

queries <- data.frame(
  query = c("seo", "keyword research", "nonsense"),
  volume = c(1000, 500, 10)
)
kwr <- kwresearch(queries)
kwr_summary(kwr)

MarekProkop/keywordr documentation built on Nov. 6, 2022, 11:31 a.m.