powered by
as in the lubridate package, individual components of a URL can be both extracted or set using the relevant function call - see the examples.
domain(x)domain(x) <- value
domain(x) <- value
a URL, or vector of URLs
a replacement value (or vector of replacement values) for x's scheme.
scheme, port, path, parameters and fragment for other accessors.
scheme
port
path
parameters
fragment
# NOT RUN { #Get a component example_url <- "http://cran.r-project.org/submit.html" domain(example_url) #Set a component domain(example_url) <- "en.wikipedia.org" # }
Run the code above in your browser using DataLab