Nothing
has_positive <- function(x) any(x > 0)
all_positive <- function(x) all(x > 0)
range_width <- function(x) max(x) - min(x)
total <- function(x) sum(x)
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.