merge.GeoExperimentData: Merges two GeoExperimentData objects.

Description Usage Arguments Value Note

View source: R/merge_methods.R

Description

Merges two GeoExperimentData objects.

Usage

1
2
## S3 method for class 'GeoExperimentData'
merge(x, y, ...)

Arguments

x

a GeoExperimentData object.

y

a GeoExperimentData object.

...

ignored.

Value

A GeoExperimentData object.

Note

The object created is a GeoExperimentData that includes all the columns of x, and all the columns of y that were not in x. Columns of y that have the same name as columns of x are ignored and a warning is issued whenever y and x share some column name(s). The merging is done by kDate, kGeo, kPeriod, kGeoGroup, kAssignment.


google/GeoexperimentsResearch documentation built on May 17, 2019, 7:42 a.m.