from_base64 | R Documentation |
Events coming via an API Gateway can have content with bodies encoded as Base64. This is especially true for HTML API Gateways (as opposed to REST API Gateways).
This function propagates NULL
s. That is, from_base64(NULL)
returns
NULL
.
from_base64(x)
x |
a Base64 string |
character
from_base64("eyJudW1iZXIiOjd9")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.