Learn R Programming

seoR (version 0.1.0)

keywordResults: Function to retrive the Number of results for a given Keyword

Description

This function allows you to get the number of Results for a given Keyword. You can get the value even from Google or Bing, by specifing this in the Call.

Usage

keywordResults(keyword, searchengine = "google")

Arguments

keyword

The keyword you want to get the number of results for

searchengine

The Searchengine you want to get the results form. Even Google or Bing. Default is Google. keywordResults()

Examples

Run this code
# NOT RUN {
keywordResults("R Project", searchengine = "google")
# }

Run the code above in your browser using DataLab