get_diff | R Documentation |
Mendapatkan Perbedaan dari 2 vector dari kedua sisi
get_diff(x, y)
x |
vector |
y |
vector |
data.frame
x <- c("Tegal Waru", "Purwakarta", "Saguling", "Cipongkor", "Cikande") y <- c("Tegalwaru", "purwakarta", "Saguling", "Cipongkor", "Cipangeran") get_diff(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.