hasParameter.HttpRequest: Checks if a parameter exists

hasParameter.HttpRequestR Documentation

Checks if a parameter exists

Description

Checks if a parameter exists.

Usage

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

Arguments

name

Name of parameter to be checked.

...

Not used.

Value

Returns TRUE if the parameter exists, otherwise FALSE.

Author(s)

Henrik Bengtsson

See Also

*getParameter(). For more information see HttpRequest.


R.rsp documentation built on June 28, 2022, 1:05 a.m.