Learn R Programming

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

urltools (version 1.3.2)

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

License

MIT + file LICENSE

Maintainer

Oliver Keyes

Last Published

October 10th, 2015

Functions in urltools (1.3.2)

url_decode

Encode or decode a URI
url_compose

Recompose Parsed URLs
scheme

Get or set a URL's scheme
param_set

Set the value associated with a parameter in a URL's query.
fragment

Get or set a URL's fragment
param_get

get the values of a URL's parameters
path

Get or set a URL's path
parameters

Get or set a URL's parameters
port

Get or set a URL's port
urltools

Tools for handling URLs
url_parse

split URLs into their component parts
param_remove

Remove key-value pairs from query strings
suffix_extract

extract the suffix from domain names
suffix_dataset

Dataset of public suffixes
domain

Get or set a URL's domain