View source: R/observed_night_data.R
get_observed_nights | R Documentation |
Creates a list with two dataframes (manual and automatic) nightly count data at each site id.
get_observed_nights(acoustic_bulk_df)
acoustic_bulk_df |
Dataframe acoustic bulk dataframe from output of get_acoustic_bulk() |
## Not run:
nightly_observed_list = nabatr::get_observed_nights(acoustic_bulk_df)
manual_nights_df = nightly_observed_list$auto_nightly_df
auto_nights_df = nightly_observed_list$manual_nightly_df
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.