# NOT RUN {
#Get a component
example_url <- "http://cran.r-project.org/submit.html"
scheme(example_url)
#Set a component
scheme(example_url) <- "https"
# NA out the URL
scheme(example_url) <- NA_character_
# }
Run the code above in your browser using DataLab