parse_links: Parse links

Description Usage Arguments Value Examples

Description

Parses a link header text into an R list that contains each contained link

Usage

1

Arguments

x

A character string indicating links/rels information. (E.g '<www.example.com/first>; rel="first", <www.example.com/second>; rel="second"')

Value

A list keyed by the rel properties that contains information about each link

Examples

1
parse_links('<http://example.com/first>; rel="meta", <http://example.com>; rel="home"')

jsng/ParseLinks documentation built on May 20, 2019, 2:09 a.m.