Learn R Programming

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

urltools (version 1.1.0)

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

1.1.0

License

MIT + file LICENSE

Maintainer

Oliver Keyes

Last Published

April 28th, 2015

Functions in urltools (1.1.0)

urltools

Tools for handling URLs
port

Get or set a URL's port
url_parameters

get the values of a URL's parameters
scheme

Get or set a URL's scheme
query

Get or set a URL's query string
domain

Get or set a URL's domain
fragment

Get or set a URL's fragment identifier
url_decode

Encode or decode a URI
path

Get or set a URL's path
url_parse

split URLs into their component parts