R.rsp (version 0.3.4)

getParameter.HttpRequest: Gets a parameter

Description

Gets a parameter.

Usage

## S3 method for class 'HttpRequest}(this, name, default=NULL, ...)':
getParameterundefined

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.

[object Object]

*hasParameter().
  *getParameters().
  For more information see HttpRequest.


internal
methods
IO

Arguments