Description Usage Arguments Value Examples
View source: R/common.R
Find Common
1
common(data)
data
must be list
vectors
1 2 3 4 5 6 7 8
## Not run: data1=c('a','e','d') data2=c('a','c','e') data3=c('a','e','j') data=list(data1,data2,data3) common(data) ## End(Not run)
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.