Fast Simple URL Parser


[Up] [Top]

Documentation for package ‘urlparse’ version 0.2.0

Help Pages

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