Nothing
as_override_size_sum <- function(x) {
structure(x, class = "override_size_sum")
}
local_override_size_sum <- function(frame = caller_env()) {
local_methods(
.frame = frame,
size_sum.override_size_sum = function(x, ...) {
"SC"
}
)
}
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.