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.