get_species_counts_long: Build a Long Species count Dataframe at GRTS level

View source: R/species_counts.R

get_species_counts_longR Documentation

Build a Long Species count Dataframe at GRTS level

Description

Extracting unique species found for manual or automatic nights acoustic data

Usage

get_species_counts_long(nights_df, filter = FALSE)

Arguments

nights_df

Dataframe acoustic bulk dataframe from output of get_observed_nights().

filter

Boolean filters out species that don't have any counts for that species

## Not run: # Individual Manual or Auto manual_species_totals_l_ = get_species_counts_long(manual_nights_df_, filter=TRUE) auto_species_totals_l_ = get_species_counts_long(auto_nights_df_, filter=TRUE) ## End(Not run)

usgs/nabatr documentation built on Jan. 28, 2024, 7:10 a.m.