extract_link: Extract links from a path string.

Description Usage Arguments Value Examples

View source: R/extract_link.R

Description

extract_link can extracts links information from a path string.

Usage

1
extract_link(path_i)

Arguments

path_i

A string contains path information and seperated by ','

Value

A character vector contains all links in this path.

Examples

1
extract_link('1,3,5,6,7,10')

ahorawzy/HVS documentation built on May 29, 2019, 1:52 a.m.