View source: R/exploratory_data_analysis.R
v_compare | R Documentation |
Obtaing coincident and not coincident elements between two vectors.
v_compare(vector_x, vector_y)
vector_x |
1st vector to compare |
vector_y |
2nd vector to compare |
Correlation index for all data input variable
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.