Showing 5 of total 5 results (show query)
ironholds
urltools:Vectorised Tools for URL Handling and Parsing
A toolkit for all URL-handling needs, including encoding and decoding, parsing, parameter extraction and modification. 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.
Maintained by Os Keyes. Last updated 4 years ago.
131 stars 13.43 score 968 scripts 264 dependentsdmpe
urlshorteneR:R Wrapper for the 'Bit.ly' and 'Is.gd'/'v.gd' URL Shortening Services
Allows using two URL shortening services, which also provide expanding and analytic functions. Specifically developed for 'Bit.ly' (which requires OAuth 2.0) and 'is.gd' (no API key).
Maintained by John Malc. Last updated 1 months ago.
bitlyisgdshorten-urlsshortenershorturlurl
21 stars 6.70 score 53 scripts 1 dependentshrbrmstr
longurl:Expand Short 'URLs'
Tools are provided to expand vectors of short URLs into long 'URLs'. No 'API' services are used, which may mean that this operates more slowly than 'API' services do (since they usually cache results of expansions that every user of the service requests). You can setup your own caching layer with the 'memoise' package if you wish to have a speedup during single sessions or add larger dependencies, such as 'Redis', to gain a longer-term performance boost at the expense of added complexity.
Maintained by Bob Rudis. Last updated 5 years ago.
33 stars 4.56 score 22 scriptssumidu
gghilbertstrings:A Fast 'ggplot2'-Based Implementation of Hilbert Curves
A set of functions that help to create plots based on Hilbert curves. Hilbert curves are used to map one dimensional data into the 2D plane. The package provides a function that generate a 2D coordinate from an integer position. As a specific use case the package provides a function that allows mapping a character column in a data frame into 2D space using 'ggplot2'. This allows visually comparing long lists of URLs, words, genes or other data that has a fixed order and position.
Maintained by André Calero Valdez. Last updated 4 years ago.
genetic-analysisggplothilbert-curvesurlcpp
16 stars 4.20 score 20 scriptsdyfanjones
urlparse:Fast Simple URL Parser
A fast and simple 'URL' parser package for 'R'. This package provides functions to parse 'URLs' into their components, such as scheme, user, password, host, port, path, query, and fragment.
Maintained by Dyfan Jones. Last updated 2 months ago.
7 stars 4.02 score