NAME

unique - creates a new vector with unique elements from a single argument

SYNOPSIS

vec.unique()

DESCRIPTION

creates a new vector with unique elements from a single argument

RETURN VALUE

enter return value here

ERRORS

enter exceptions thrown

EXAMPLE

    // this is an example

SEE ALSO

related