as_matrix | R Documentation |
Get matrix from tibble
as_matrix(tbl, rownames = NULL, do_check = TRUE)
tbl |
A tibble |
rownames |
The column name of the input tibble that will become the rownames of the output matrix |
do_check |
A boolean |
A matrix
tibble(.feature = "CD3G", count=1) |> as_matrix(rownames=.feature)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.