This package is considered a duplicate. The official version of this package is found at:https://dyfanjones.r-universe.dev/urlparse
Package: urlparse 0.2.0
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:
urlparse_0.2.0.tar.gz
urlparse_0.2.0.tar.gz(r-4.5-noble)urlparse_0.2.0.tar.gz(r-4.4-noble)
urlparse_0.2.0.tgz(r-4.4-emscripten)urlparse_0.2.0.tgz(r-4.3-emscripten)
urlparse.pdf |urlparse.html✨
urlparse/json (API)
NEWS
# Install 'urlparse' in R: |
install.packages('urlparse', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/dyfanjones/urlparse/issues
Last updated 1 months agofrom:2c3e7432e7. Checks:3 OK. Indexed: no.
Target | Result | Latest binary |
---|---|---|
Doc / Vignettes | OK | Mar 08 2025 |
R-4.5-linux-x86_64 | OK | Mar 08 2025 |
R-4.4-linux-x86_64 | OK | Mar 08 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 page | Topics |
---|---|
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 |