Description Usage Arguments Value Examples
Check that an object has unique names
1  | 
x | 
 An object  | 
A logical value
1 2  | has_unique_names(list(a = 1, b = 2))
has_unique_names(list(a = 1, a = 2))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.