Rdocumentation
powered by
Learn R Programming
R.rsp (version 0.40.0)
getParameters.HttpRequest: Gets all parameters
Description
Gets all parameters.
Usage
"getParameters"(this, trim=FALSE, ...)
Arguments
trim
If
TRUE
, each parameter value is trimmed of whitespace.
...
Not used.
Value
Returns a named
list
.
See Also
*getParameter
()
. For more information see
HttpRequest
.