Description Usage Arguments Details Examples
View source: R/google_keyword.R
The function aims to crawl the second level related search terms from the Google search engine. The only argument for this function is "Search Terms". This function retrieves the google_keyword_R1 function in order to get the related search terms from the intial search term. It iterates crawling the individual search terms until it consumes all the level 1 search terms. It refer to the Google Suggest API.
1 | google_keyword(keyword)
|
keyword |
search terms, keywords which supports Korean as well. |
# GOOGLE url: https://www.google.com/
1 | google_keyword("korea")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.