Print message for deprecated functions in Shiny
To disable these messages, use options(shiny.deprecation.messages=FALSE)
.
shinyDeprecated( version, what, with = NULL, details = NULL, type = c("deprecated", "superseded") )
version
: Shiny version when the function was deprecatedwhat
: Function with possible argumentswith
: Possible function with arguments that should be used insteaddetails
: Additional information to be added after a new line to the displayed messageUseful links