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

View source: R/keywordResults.R

keywordResultsR Documentation

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

keywordResults("R Project", searchengine = "google")

dschmeh/seoR documentation built on Jan. 7, 2023, 12:19 a.m.