Nothing
BaseDotDeident <- R6Class(
"BaseDotDeident",
list(
serialize = function(quosure){
.quosure <- quosure
names(.quosure) <- seq_along(.quosure)
do.call(super$serialize, .quosure)
}
),
inherit = BaseDeident
)
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.