To disable these messages, use options(shiny.deprecation.messages=FALSE)
.
1 2 | shinyDeprecated(new = NULL, msg = NULL,
old = as.character(sys.call(sys.parent()))[1L], version = NULL)
|
new |
Name of replacement function. |
msg |
Message to print. If used, this will override the default message. |
old |
Name of deprecated function. |
version |
The last version of Shiny before the item was deprecated. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.