Learn R Programming

tidyrgee (version 0.1.1)

inner_join: inner_join bands from different image/ImageCollections based on shared property

Description

inner_join bands from different image/ImageCollections based on shared property

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

Arguments

x, y

A pair of tidyee objects containing ee$ImageCollections

by

A character vector of variables to join by.

See Also

inner_join for information about inner_join on normal data tables.