| as_shadow_upset | R Documentation | 
Upset plots are a way of visualising common sets, this function transforms the data into a format that feeds directly into an upset plot
as_shadow_upset(data)
| data | a data.frame | 
a data.frame
## Not run: 
library(UpSetR)
airquality %>%
  as_shadow_upset() %>%
  upset()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.