lob_request_next: Request next set of responses

View source: R/request_next.R

lob_request_nextR Documentation

Request next set of responses

Description

Request next set of responses

Usage

lob_request_next(response, max_req = 1)

Arguments

response

A tibble::tibble from a ⁠lob_*⁠ function

max_req

A max number of additional requests to make. Default is 1.

Value

a tibble with responses bound by row to new results

Examples


lob_list_filings(filing_year = 2024) |>
  lob_request_next()


lobby documentation built on March 3, 2026, 5:06 p.m.