getParameter.HttpRequest {R.rsp}R Documentation

Gets a parameter

Description

Gets a parameter.

Usage

## S3 method for class 'HttpRequest':
getParameter(this, name, default=NULL, ...)

Arguments

name Name of parameter to be retrieved.
default Value to be returned if parameter is missing.
... Not used.

Value

Returns the value of the parameter, or the default value.

Author(s)

Henrik Bengtsson (http://www.braju.com/R/)

See Also

*hasParameter(). *getParameters(). For more information see HttpRequest.


[Package R.rsp version 0.3.4 Index]