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

Description Usage Arguments Details Value Author(s) Examples

View source: R/Linkparameters.R

Description

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

Usage

1

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

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

salimk/Rcrawler documentation built on May 25, 2020, 5:02 p.m.