powered by
A function that take a URL _charachter_ as input, and extract the parameters and values from this URL .
Linkparameters(URL)
character, the URL to extract
return the URL paremeters=values
This function extract the link parameters and values (Up to 10 parameters)
# NOT RUN { Linkparameters("http://www.glogile.com/index.php?name=jake&age=23&template=2&filter=true") # Extract all URL parameters with values as vector # }
Run the code above in your browser using DataLab