Learn R Programming

statsearchanalyticsr (version 0.1.4)

ssar_bulk_request: Request Bulk Report

Description

Retrieve a bulk report using a bulk report id. Intended to be used with the get_bulk_rankings function but can be used independently as well.

Usage

ssar_bulk_request(
  id = NULL,
  subdomain = Sys.getenv("SSAR_SUBDOMAIN"),
  apikey = Sys.getenv("SSAR_APIKEY")
)

Arguments

id

Id of the bulk job #required

subdomain

The account subdomain

apikey

The api key from the account

Value

list of the bulk keyword ranking report for the requested ID

Examples

Run this code
# NOT RUN {
ssar_bulk_request(id = {report_id})
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab