powered by
Obtaing coincident and not coincident elements between two vectors.
v_compare(vector_x, vector_y)
Correlation index for all data input variable
1st vector to compare
2nd vector to compare
v1=c("height","weight","age") v2=c("height","weight","location","q_visits") res=v_compare(vector_x=v1, vector_y=v2) # Print the keys that didn't match res # Accessing the keys not present in
Run the code above in your browser using DataLab