showBundles {HCABrowser} | R Documentation |
Obtain all bundles from an hca object using there bundle fqids
## S4 method for signature 'HCABrowser' showBundles(hca, bundle_fqids)
hca |
a HCABrowser object to search for bundles on. |
bundle_fqids |
a character() |
A HCABrowser object displaying the selected bundles
hca <- HCABrowser() hca_bundles <- hca %>% pullBundles hca2 <- hca %>% showBundles(hca_bundles) hca2