Skip to contents

Extracts the 'next' URL from a Link header

Usage

extract_next_url(link_header)

Arguments

The Link header string from an httr response.

Value

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