process_counts {countfitteR} | R Documentation |
Converts data in a table-like formats into lists of counts.
process_counts(x)
x |
|
case_study
does not consider NA
s and NaN
s effectively
omitting them (as per the is.na
function).
A list
of counts.
data(case_study)
process_counts(case_study)