| getdiff | R Documentation |
get dataframe from the large dataframe.
getdiff(x, y, full = FALSE)
x |
Small dataset |
y |
Large dataset for intersection |
full |
Whether the whole column names are checked or not. Default |
Data to extracted from large dataset.
x = data.frame(id=c(1,2,3,4,5), name=c('a','b','c', 'd','e'))
y=data.frame(id=c(1,2,3,4,7,6,5), tens=c(10,29,37,46,58, 34, 44),
name=c('a','b','c','d','e', 'f','g'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.