Helper to enforce length of a list element
1 | enforce_length(.l, .k, .len = 1)
|
.l |
list to check |
.k |
key to check |
.len |
length to enforce. Defaults to 1. Throws an error if 'length(.l[[.k]]) != .len' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.