gd_call: Call

Description Usage Arguments Examples

View source: R/calls.R

Description

Executes calls from guardianCalls objects

Usage

1
2
3
4
gd_call(..., batch_size = 12)

## S3 method for class 'guardianCalls'
gd_call(..., batch_size = 12)

Arguments

...

Objects of class guardianCalls.

batch_size

Size of each batch.

Examples

1
2
3
4
5
## Not run: 
(to_search <- gd_search("debates", pages = 13))
results <- gd_call(to_search)

## End(Not run)

news-r/guardian documentation built on July 16, 2019, 3:25 a.m.