inner_join {tidyrgee} | R Documentation |
inner_join bands from different image/ImageCollections based on shared property
Description
inner_join bands from different image/ImageCollections based on shared property
Arguments
x , y |
A pair of tidyee objects containing ee$ImageCollections |
by |
A character vector of variables to join by. |
Value
An object of the same type as x
. The output has the following properties:
Same number of images as x
Total number of bands equal the number of bands in x
plus the number of bands in y
See Also
inner_join
for information about inner_join on normal data tables.
[Package tidyrgee version 0.1.0 Index]