Package: urlparse 0.1.9999

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.

Authors:Dyfan Jones [aut, cre]

urlparse_0.1.9999.tar.gz
urlparse_0.1.9999.zip(r-4.5)urlparse_0.1.9999.zip(r-4.4)urlparse_0.1.9999.zip(r-4.3)
urlparse_0.1.9999.tgz(r-4.4-x86_64)urlparse_0.1.9999.tgz(r-4.4-arm64)urlparse_0.1.9999.tgz(r-4.3-x86_64)urlparse_0.1.9999.tgz(r-4.3-arm64)
urlparse_0.1.9999.tar.gz(r-4.5-noble)urlparse_0.1.9999.tar.gz(r-4.4-noble)
urlparse_0.1.9999.tgz(r-4.4-emscripten)urlparse_0.1.9999.tgz(r-4.3-emscripten)
urlparse.pdf |urlparse.html
urlparse/json (API)
NEWS

# Install 'urlparse' in R:
install.packages('urlparse', repos = c('https://dyfanjones.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/dyfanjones/urlparse/issues

Uses libs:
  • c++– GNU Standard C++ Library v3

On CRAN:

cppurlurl-parserurlparsercpp

2.48 score 3 stars 14 exports 1 dependencies

Last updated 2 hours agofrom:ee7d333d25. Checks:9 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 13 2025
R-4.5-win-x86_64OKJan 13 2025
R-4.5-linux-x86_64OKJan 13 2025
R-4.4-win-x86_64OKJan 13 2025
R-4.4-mac-x86_64OKJan 13 2025
R-4.4-mac-aarch64OKJan 13 2025
R-4.3-win-x86_64OKJan 13 2025
R-4.3-mac-x86_64OKJan 13 2025
R-4.3-mac-aarch64OKJan 13 2025

Exports:set_fragmentset_hostset_passwordset_pathset_portset_queryset_schemeset_userurl_buildurl_decoderurl_encoderurl_modifyurl_parseurl_parse_v2

Dependencies:Rcpp

Readme and manuals

Help Manual

Help pageTopics
Escape characters for use in URLs.encoding url_decoder url_encoder
Builds a URL string from its components.url_build
Modifies a URL string by updating its components.set_fragment set_host set_password set_path set_port set_query set_scheme set_user url_modify
Parses a URL string into its components.url_parse
Parses a vector URLs into a dataframe.url_parse_v2