Nothing
informative_na_distinct <- function(x) length(unique(x)) == 1L
informative_na_not_distinct <- function(x) length(unique(x[!is.na(x)])) %in% 0:1
na_if_blank <- function(x) dplyr::na_if(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.