# make data frame a <- data.frame( x = c(1,2,3,4)) b <- data.frame( y = c(1,2,3,4,5,6)) subset(b, !(y %in% a$x)) #Pulls values from frame b that are not in frame a
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter