Skip to contents

Make indigenous status lookup

Usage

make_ind_status(df, taxa_col = "taxa", ind_col = "ind")

Arguments

df

Dataframe with taxa column and column indicating indigenous status.

taxa_col

Character. Name of column with taxa.

ind_col

Character. Name of column with indigenous status (assumed to be, largely, Y or N).

Value

Dataframe with unique taxa and their indigenous status.