parsers | R Documentation |
Collection of parsers to translate request data.
parse_multipart(req)
parse_json(req, ...)
req |
The request object. |
... |
Additional arguments passed to the internal parsers. |
Returns the parsed value as a list
or NULL
if it failed to parse.
parse_multipart()
: Parse multipart/form-data
using mime::parse_multipart()
.
parse_json()
: Parse multipart/form-data
using jsonlite::fromJSON()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.