removeDuplicates {spbal} | R Documentation |
Remove duplicate values from a NumericVector.
Description
Sort the input numeric vector and removes any duplicate values.
Arguments
vec |
A NumericVector that may contain duplicate values. |
Value
A NumericVector that is sorted with duplicates removed.
Author(s)
Phil Davies.
[Package spbal version 1.0.1 Index]