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