decode_html_body | R Documentation |
Decode the body of event content coming via an API Gateway
decode_html_body(body, config, base64_encoded = FALSE)
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 |
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.