Description Usage Arguments Examples
View source: R/googleSuggest.R
This function allows you to get more longtail Keywords for a specific given Keyword. The Tool uses the Google Autocomplete function to retrieve this keywords.
1 2  | 
keyword | 
 The initial keyword you want to get suggestions for  | 
language | 
 The language you want to get suggestions. Default is en.  | 
walkThrough | 
 logical Input. If TRUE the function adds every letter before and after the keyword to loop through the Google Autocomplete.  | 
questions | 
 Logial. Checks for keywords with question-Phrases like "How much is beer"  | 
prepositions | 
 Logial. Checks for keywords with prepositions-Phrases like "beer without alcohol"  | 
comparisons | 
 Logial. Checks keywords with comparison phrase like "beer versus wine" googleSuggest()  | 
1  | googleSuggest("R Project", language = "en", walkThrough = FALSE)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.