typeSafeIntersect | R Documentation |
typeSafeIntersect
preserves data types in a way that the
base::intersect
function does not, e.g. for Date values.
typeSafeIntersect(x, y, dedupe = FALSE)
x |
First set of values. |
y |
Second set of values. |
dedupe |
Specify TRUE to remove duplicate values. |
A vector containing the intersection of x and y.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.