| maybe_add | R Documentation | 
adds value to lst with the key nm if nm is not already in lst
maybe_add(lst, nm, val)
| lst | a list | 
| nm | string that is a key | 
| val | a value to add to the list | 
list(a = 1, b = 2) |> maybe_add('c', 4) |> maybe_add('a', 99)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.