Description Usage Arguments Value Author(s) Examples
getSet function provides a way to extract subsets from venndetail object
1 2 3 4 |
object |
Venn object |
subset |
Character vector giving the subset names |
min |
The minimum number of input groups that a subset must belong to e.g. min = 2 will only report those subsets with elements shared by 2 or more input groups. |
wide |
Boolean indicating return wide format (default: FALSE). |
Specific subset information
Kai Guo
1 2 3 4 5 |
Subset Detail
1 A 57
2 A 55
3 A 59
4 A 24
5 A 34
6 A 63
7 A 60
Warning message:
`filter_()` is deprecated as of dplyr 0.7.0.
Please use `filter()` instead.
See vignette('programming') for more help
This warning is displayed once every 8 hours.
Call `lifecycle::last_warnings()` to see where this warning was generated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.