mirror of
https://github.com/msberends/AMR.git
synced 2026-06-01 08:21:44 +02:00
Built site for AMR@3.0.1.9057: 0af3f84
This commit is contained in:
@@ -59,16 +59,13 @@ a [data.frame](https://rdrr.io/r/base/data.frame.html)
|
||||
|
||||
## Details
|
||||
|
||||
**Note:** As opposed to the `join()` functions of `dplyr`,
|
||||
[character](https://rdrr.io/r/base/character.html) vectors are supported
|
||||
and at default existing columns will get a suffix `"2"` and the newly
|
||||
joined columns will not get a suffix.
|
||||
\*\*Note:\*\* As opposed to the \`join()\` functions of \`dplyr\`,
|
||||
\[character\] vectors are supported and at default existing columns will
|
||||
get a suffix \`"2"\` and the newly joined columns will not get a suffix.
|
||||
|
||||
If the `dplyr` package is installed, their join functions will be used.
|
||||
Otherwise, the much slower
|
||||
[`merge()`](https://rdrr.io/pkg/data.table/man/merge.html) and
|
||||
[`interaction()`](https://rdrr.io/r/base/interaction.html) functions
|
||||
from base R will be used.
|
||||
If the \`dplyr\` package is installed, their join functions will be
|
||||
used. Otherwise, the much slower \[merge()\] and \[interaction()\]
|
||||
functions from base R will be used.
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user