I currently have a vector c where it has {1,2,2,4,5,5,6} and I want to remove the duplicated numbers so that vector c will have {1
vector c
{1,2,2,4,5,5,6}
{1