hca_view | R Documentation |
View and select table rows interactively
hca_view(tbl)
tbl |
a 'tibble' of |
hca_view()
returns a tibble filtered to reflect the rows
selected in the interface.
if (interactive()) {
p <- projects(size = 100)
p1 <- hca_view(p) # interactive table browser; filtered results
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.