View source: R/Count_more_than_1.R
count_more_than_1 | R Documentation |
Function to count the number of values greater than 1 in a vector This function is used in the function Check_columns_for_double_rows to count duplicate values.
count_more_than_1(x)
x |
The vector to test |
Number of values greater than 1.
count_more_than_1(c(1, 1, 4))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.