View source: R/process_counts.R
| process_counts | R Documentation |
Converts data in a table-like formats into lists of counts.
process_counts(x)
x |
|
case_study does not consider NAs and NaNs effectively
omitting them (as per the is.na function).
A list of counts.
data(case_study)
process_counts(case_study)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.