kw_modified_broad: Modified broad match keywords

Description Usage Arguments Value Examples

View source: R/keywords.R

Description

Add a plus sign before each word of the keyword / keyphrase. Note that sometimes it's better to only have one or two words with the plus sign next to them.

Usage

1
kw_modified_broad(x, words = "")

Arguments

x

a keyword or a vector of keywords

words

add words if you want to have a + sign only next to them

Value

modified broad match keywords

Examples

1
2
keywords <- c("chocolate stores", "buy chocolate online", "best chocolate")
kw_modified_broad(keywords)

eliasdabbas/radvertools documentation built on May 7, 2019, 1:30 p.m.