Skip to main content

builtin_duplicated

Function builtin_duplicated 

Source
fn builtin_duplicated(
    args: &[RValue],
    _: &[(String, RValue)],
) -> Result<RValue, RError>
Expand description

Identify duplicate elements in a vector.

Returns TRUE for elements that have already appeared earlier in the vector.

@param x vector to check @return logical vector of the same length