getParameter.HttpRequest {R.rsp} | R Documentation |
Gets a parameter.
## S3 method for class 'HttpRequest': getParameter(this, name, default=NULL, ...)
name |
Name of parameter to be retrieved. |
default |
Value to be returned if parameter is missing. |
... |
Not used. |
Returns the value of the parameter, or the default value.
Henrik Bengtsson (http://www.braju.com/R/)
*hasParameter()
.
*getParameters()
.
For more information see HttpRequest
.