httr (version 0.1.1)

modify_url: Modify a url.

Description

Modify a url by first parsing and it then replacing components with the non-NULL arguments of this function.

Usage

modify_url(url, scheme = NULL, hostname = NULL,
    port = NULL, path = NULL, query = NULL, params = NULL,
    username = NULL, password = NULL)

Arguments

url
the url to modify
scheme,hostname,port,path,query,params,username,password
components of the url to change