R/rbms_organize_data.r
ts_monit_count_site.Rd
ts_monit_count_site Generate a full time series of observed count, for all sites and each day since a starting and ending years of the defined time-series
ts_monit_count_site(
m_season_visit,
m_count,
sp = 1,
DateFormat = "%Y-%m-%d"
)
data.table with potential absence based on visit data as returned by ts_monit_site
data.table or data.frame with monitoring count data
integer or string for the species ID or name
format used for the date in the count data, default="%Y-%m-%d".
A data.table with a complete time-series where absences (0) and recorded counts for a specific species are implemented for each site.