process_counts {countfitteR} | R Documentation |
Process counts
Description
Converts data in a table-like formats into lists of counts.
Usage
process_counts(x)
Arguments
x |
|
Details
case_study
does not consider NA
s and NaN
s effectively
omitting them (as per the is.na
function).
Value
A list
of counts.
Examples
data(case_study)
process_counts(case_study)
[Package countfitteR version 1.4 Index]