ssar_bulk_request: Request Bulk Report

Description Usage Arguments Value Examples

View source: R/get_bulk_request.R

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

1
2
3
4
5
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

1
2
3
4
## Not run: 
ssar_bulk_request(id = {report_id})

## End(Not run)

statsearchanalyticsr documentation built on Sept. 28, 2021, 5:09 p.m.