clean_time_fields: Clean Acoustic NABat time fields

View source: R/utils.R

clean_time_fieldsR Documentation

Clean Acoustic NABat time fields

Description

Takes a dataframe with these three fieldnames (recording_time, survey_start_time, and survey_end_time) from NABat database and converts the date format into a POSIX object

Usage

clean_time_fields(df)

Arguments

df

Dataframe create from either get_sa_bulk_wavs() or get_ma_bulk_wavs()

Examples


## Not run: 
clean_time_fields(acoustic_bulk_df)

## End(Not run)


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