check_shiny_param | R Documentation |
A quick function to check a shiny.semantic wrapper of a shiny function to see whether any extra arguments are called that aren't required for the shiny.semantic version
check_shiny_param(name, func, ...)
name |
Function argument name |
func |
Name of the function in the |
... |
Arguments passed to the shiny.semantic version of the shiny function |
If the shiny exclusive argument is called in a shiny.semantic, then a message is posted in the UI
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.