Nothing
# Added '...' to some base functions. These will later be
# turned into default functions by setMethodS3().
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Methods in 'base'
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
isOpen <- function(...) UseMethod("isOpen")
setMethodS3("isOpen", "default", function(...) {
base::isOpen(...)
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.