Description Usage Arguments Value Author(s) Examples
View source: R/name_duplicated.R
name_duplicated
1 |
x |
A character vector. |
A character vector without duplicated.
Xiaotao Shen shenxt1990@outlook.com
1 2 3 | name_duplicated(c("a", "a", "b", "c", "a", "b", "c", "a"))
name_duplicated(c(rep(1, 5), 2))
name_duplicated(1:5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.