hca_view: View and select table rows interactively

View source: R/hca_view.R

hca_viewR Documentation

View and select table rows interactively

Description

View and select table rows interactively

Usage

hca_view(tbl)

Arguments

tbl

a 'tibble' of projects(), samples(), bundles(), or files().

Value

hca_view() returns a tibble filtered to reflect the rows selected in the interface.

Examples

if (interactive()) {
    p <- projects(size = 100)
    p1 <- hca_view(p)  # interactive table browser; filtered results
}

Bioconductor/hca documentation built on March 27, 2024, 3:15 a.m.