Removes taxa/columns that are missing.

rm_na_taxa(.data, cols = 1)

Arguments

.data

Data frame.

cols

Numeric vector with the columns to be ignored (metadata columns).

Value

Reduced data frame with non-missing taxa/columns.