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).


arni-magnusson/arni documentation built on Nov. 3, 2023, 7:35 p.m.