.validate_payload_size | R Documentation |
Raise an exception if the payload is beyond the size in MB threshold.
.validate_payload_size(payload, size)
payload |
: data that will be checked |
size |
(int): max size in MB |
bool: True if within bounds. if size=0 it will always return True
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.