Skip to content
Prev 378459 / 398502 Next

problems when merging two data sets

Hi Sasha,
I'll take a wild guess that your column names have periods (.)
replacing the spaces in the names you use:

species occurrence -> species.occurrence

The error message means that R can't find the variable name you have
used in the "by" argument. The second wild guess is that your column
names for the species names are different and you must use the "by.x"
and "by.y" arguments instead of just "by".

Jim
On Wed, Feb 6, 2019 at 5:04 AM sasa kosanic <sasa.kosanic at gmail.com> wrote: