This function takes any number of data frames, checks that they all contain a "Date" column, and joins them using `dplyr::full_join()`.

ecodata_join(...)

Arguments

...

Data frames to join.

Value

An ecodata data frame containing the full join of all input ecodata data frames