Learn R Programming

Rcrawler (version 0.1.9-1)

Linkparameters: Get the list of parameters and values from an URL

Description

A function that take a URL _charachter_ as input, and extract the parameters and values from this URL .

Usage

Linkparameters(URL)

Arguments

URL

character, the URL to extract

Value

return the URL paremeters=values

Details

This function extract the link parameters and values (Up to 10 parameters)

Examples

Run this code
# 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