Description Usage Arguments Details Value
View source: R/db_management.R
Concatenate gcod_db
objects
1 2 |
... |
objects to be concatenated. |
perspective |
either |
If perspective = "remote"
, then the remote perspectives of ...
are concatenated and the local perspective the first object in
...
is used. If perspective = "local"
, then the local
perspectives of ...
are concatenated and the remote perspective
from first object in ...
is used. If perspective = "both"
then
both the local and remote perspectives are concatenated to form the
local and the remote perspective of the returned object.
Records with duplicated athlete IDs in the objects being concatenated are replaced, in the concatenated object, by a single record with the most recently modified entry.
The mirror is inherited from the first object supplied for concatenation.
An object of class gcod_db
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.