powered by
Converts data in a table-like formats into lists of counts.
process_counts(x)
data.frame or matrix.
data.frame
matrix
A list of counts.
list
case_study does not consider NAs and NaNs effectively omitting them (as per the is.na function).
case_study
NA
NaN
is.na
# NOT RUN { data(case_study) process_counts(case_study) # }
Run the code above in your browser using DataLab