custom_app_yaml | R Documentation |
Convert an app manifest list object to a yaml for upload.
custom_app_yaml(app_manifest)
app_manifest |
list; an app manifest such as the one returned by
|
The manifest in yaml format (invisibly).
my_manifest <- create_custom_app("myApp") my_manifest$`_metadata`$minor_version <- 1L custom_app_yaml(my_manifest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.