add_observed_nights | R Documentation |
Adds an observed_night field to the dataframe using the recording_time field. Uses Noon as the cut off for previous vs current night
add_observed_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_observed_nights(df)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.