add_start_end_nights: Add Start and End nights for an Acoustic Survey

View source: R/utils.R

add_start_end_nightsR Documentation

Add Start and End nights for an Acoustic Survey

Description

Uses survey_start_time and survey_end_time to create 2 new fields (survey_night_start and survey_night_end) from cleaned acoustic data. Be sure to run clean_time_frames() on the input dataframe before running this function.

Usage

add_start_end_nights(df)

Arguments

df

Dataframe create from either get_sa_bulk_wavs() or get_ma_bulk_wavs()

Examples


## Not run: 
# Be sure to run df = clean_time_fields(df) first
df = add_start_end_nights(df)

## End(Not run)


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