Rdocumentation
powered by
Learn R Programming
R.rsp (version 0.40.0)
hasParameter.HttpRequest: Checks if a parameter exists
Description
Checks if a parameter exists.
Usage
"hasParameter"(this, name, ...)
Arguments
name
Name of parameter to be checked.
...
Not used.
Value
Returns
TRUE
if the parameter exists, otherwise
FALSE
.
See Also
*getParameter
()
. For more information see
HttpRequest
.