1
0
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:
github-actions
2026-05-02 13:06:13 +00:00
parent 6fbd9e4b9f
commit 9447e0f2c2
107 changed files with 905 additions and 1160 deletions

View File

@@ -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