decode_html_body {lambdr} | R Documentation |
Decode the body of event content coming via an API Gateway
Description
Decode the body of event content coming via an API Gateway
Usage
decode_html_body(body, config, base64_encoded = FALSE)
Arguments
body |
character body of an event received via an API Gateway invocation. Usually this isn't the entire content of the event, but the "body" component of it. |
config |
A list of configuration values as created by the
|
base64_encoded |
logical that indicates if the body is encoded as Base64 |
Value
Either a list or, if the body is Base64 and the configuration demands that Base64 values are not decoded, a Base64 value as a character
[Package lambdr version 1.2.5 Index]