Description Usage Arguments Examples
View source: R/getBingResults.R
The function allows you to get the search results from Bing. The Function extratcts just the organic Search results. the Output is a Dataframe containing, Title,Description, URL and Landing Page.
1  | getBingResults(keyword, results = 10)
 | 
keyword | 
 The initial keyword you want the results for  | 
results | 
 Number of results you want to get. 10 is the Limit. getBingResults()  | 
1  | getBingResults("R Project")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.