#Now that the filters have been specified, process the two data tables to be used through the
# same filters. The output is still not loaded into R, but rather exists as a couple of
# text files.
filtered <- auk_filter(filters, file = output_bird, file_sampling = output_sampling, overwrite = T)
#Zero-fill (i.e. create presence-absence dasta) from the two filtered data tables, and
# finally load the result as a data object into R.
WestIndWhistDuck_PR_zf_filtered <- auk_zerofill(filtered, collapse = T)
error:
Error in auk_filter(filters, file = output_bird, file_sampling = output_sampling, :
object 'filters' not found