trimuri: Split a uri around the "?" or other character. For example,...

Description Usage Arguments Value

Description

Split a uri around the "?" or other character. For example, trimuri(http://www.uri.org?where=foo) returns http://www.uri.org.

Usage

1
trimuri(uri, around = "?", fixed = TRUE, index = 1)

Arguments

uri

character, the uri to split

around

character,the character to split around

fixed

see strsplit

index

numeric, by default only the leading portion of the input is returned

Value

character of the input preceding the 'around' character


BigelowLab/genologicsr documentation built on May 5, 2019, 2:42 p.m.