View source: R/googleSuggest.R
| googleSuggest | R Documentation | 
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.
googleSuggest(keyword, language = "en", walkThrough = FALSE, questions = FALSE, prepositions = FALSE, comparisons = FALSE)
| 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() | 
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.