Learn R Programming

seoR (version 0.1.0)

getBingResults: Function to retrive data from Google Suggest for a specific keyword

Description

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.

Usage

getBingResults(keyword, results = 10)

Arguments

keyword

The initial keyword you want the results for

results

Number of results you want to get. 10 is the Limit. getBingResults()

Examples

Run this code
# NOT RUN {
getBingResults("R Project")
# }

Run the code above in your browser using DataLab