Learn R Programming

⚠️There's a newer version (1.7.3) of this package.Take me there.

urltools (version 0.6)

Vectorised Tools for URL Handling and Parsing

Description

A toolkit for handling URLs that so far includes functions for URL encoding and decoding, parsing, and parameter extraction. All functions are designed to be both fast and entirely vectorised. It is intended to be useful for people dealing with web-related datasets, such as server-side logs, although may be useful for other situations involving large sets of URLs.

Copy Link

Version

Install

install.packages('urltools')

Monthly Downloads

40,094

Version

0.6

License

MIT + file LICENSE

Maintainer

Oliver Keyes

Last Published

December 23rd, 2014

Functions in urltools (0.6)

extract_parameter

extract the value of an API parameter
urltools

Tools for handling URLs
extract_host

extract a URL's hostname and provide it
replace_parameter

replace the value of an API parameter
url_decode

Encode or decode a URI
url_parse

split URLs into their component parts