Learn R Programming

vvcanvas (version 0.0.8)

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

Description

Extracts the 'next' URL from a Link header

Usage

extract_next_url(link_header)

Value

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

Arguments

link_header

The Link header string from an httr response.