Description Usage Arguments Value Examples
In the case of one plot per push you can use do all operations in one call. This function creates a frame, commits view and pushes all data to server. The main difference in behaviour in this case is the function creates frame without permission check, so be sure that you have certain permission to push in the stack.
1 2 3 4 5 6 7 8 9 10 11 12 | push_frame(
stack,
obj,
description = NULL,
params = NULL,
message = NULL,
profile = "default",
handler = auto_handler(),
protocol = NULL,
encryption = .no_encryption,
...
)
|
stack |
A name of stack to use. |
obj |
Object to commit and push, e.g. plot. |
description |
Optional description of the object. |
params |
Optional parameters. |
message |
Push message. |
profile |
Profile you want to use, i.e. username and token. Default profile is 'default'. |
handler |
Specify handler to handle the object, if it's None then |
protocol |
Protocol to use, usually it is |
encryption |
Encryption method by default |
... |
Optional parameters is an alternative to |
Stack URL.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.