extract_next_url: Extracts the 'next' URL from a Link header

View source: R/paginate.R

extract_next_urlR Documentation

Extracts the 'next' URL from a Link header

Description

Extracts the 'next' URL from a Link header

Usage

extract_next_url(link_header)

Arguments

link_header

The Link header string from an httr response.

Value

The URL (character) for the next page, or NULL if not present.


vvcanvas documentation built on Sept. 9, 2025, 5:39 p.m.