url2txt: URL to Text

View source: R/url2txt.R

url2txtR Documentation

URL to Text

Description

Decode URL to text.

Usage

url2txt(x)

Arguments

x

a percent-encoded URL string, like "http%3A%2F%2Fwww.hafro.is%2F%7Earnima".

Value

Plain text, like "http://www.hafro.is/~arnima".

Note

Percent-encoding is defined in RFC 3986 (https://tools.ietf.org/html/rfc3986#section-2.1).


arnima-github/arni documentation built on Oct. 28, 2023, 6:18 p.m.