add_start_end_nights | R Documentation |
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.
add_start_end_nights(df)
df |
Dataframe create from either get_sa_bulk_wavs() or get_ma_bulk_wavs() |
## Not run:
# Be sure to run df = clean_time_fields(df) first
df = add_start_end_nights(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.