powered by
This function remove a given set of parameters from a specific URL
Linkparamsfilter(URL, params)
character, the URL from which params and values have to be removed
character vector, List of url parameters to be removed
return a URL wihtout given parameters
This function exclude given parameters from the urls,
# NOT RUN { url<-"http://www.glogile.com/index.php?name=jake&age=23&tmp=2&ord=1" url<-Linkparamsfilter(url,c("ord","tmp")) #exclude filter and template parameters from URL. # }
Run the code above in your browser using DataLab