R.rsp (version 0.46.0)

hasParameter.HttpRequest: Checks if a parameter exists

Description

Checks if a parameter exists.

Usage

# S3 method for HttpRequest
hasParameter(this, name, ...)

Value

Returns TRUE if the parameter exists, otherwise FALSE.

Arguments

name

Name of parameter to be checked.

...

Not used.

Author

Henrik Bengtsson

See Also

*getParameter(). For more information see HttpRequest.