Executes calls from guardianCalls objects

gd_call(..., batch_size = 12)

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

Arguments

...

Objects of class guardianCalls.

batch_size

Size of each batch.

Examples

# NOT RUN {
(to_search <- gd_search("debates", pages = 13))
results <- gd_call(to_search)
# }