hasParameter.HttpRequest {R.rsp} | R Documentation |
Checks if a parameter exists.
## S3 method for class 'HttpRequest' hasParameter(this, name, ...)
name |
Name of parameter to be checked. |
... |
Not used. |
Returns TRUE
if the parameter exists, otherwise FALSE
.
Henrik Bengtsson
*getParameter()
.
For more information see HttpRequest
.