hasParameter.HttpRequest: Checks if a parameter exists
Description
Checks if a parameter exists.
Usage
# S3 method for HttpRequest
hasParameter(this, name, ...)
Arguments
name
Name of parameter to be checked.
Value
Returns TRUE
if the parameter exists, otherwise FALSE
.