Description Usage Arguments Examples
Check that non-zero elements in an integer vector are unique
| 1 2 3 | chk_nonzero_unique(x, name)
err_nonzero_unique(x, name)
 | 
| x | An object. | 
| name | The name for  | 
| 1 2 | x <- c(0L, 2L, 0L, 1L, 0L)
chk_nonzero_unique(x, name = "x")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.