View source: R/tabulate_markers.R
tabulate_markers | R Documentation |
a function that tabulates a data.frame or list of data.frames by a certain marker. This means, that it will find all unique mappings from 'marker' to 'by' in the form of a table.
tabulate_markers(lst, marker, by)
lst |
a data.frame or a list of data.frames that all contain the arguments 'marker' and 'by' as column names. |
marker |
what should be organized? |
by |
what should marker be organized by? |
a table
Other interactivity:
make_interactive()
,
set_names_by_dataset()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.