vec_eq | R Documentation |
This function checks if two vectors are equal, that is, if they are the same length and their elements are in the same order.
vec_eq(a, b)
a, |
vector a |
b, |
vector b |
whether or not a and b are equal according to the above definition
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.