is_empty = function(x) { length(x) == 0 } same_length = function(x, y) { length(x) == length(y) }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.