Linkparameters {Rcrawler}R Documentation

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

Details

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

Value

return the URL paremeters=values

Author(s)

salim khalil

Examples


Linkparameters("http://www.glogile.com/index.php?name=jake&age=23&template=2&filter=true")
# Extract all URL parameters with values as vector


[Package Rcrawler version 0.1.9-1 Index]