ExtractGeoAssignment: Extracts a GeoAssignment object.

Description Usage Arguments Value Note

View source: R/extractgeoassignment.R

Description

Extracts a GeoAssignment object.

Attempts to extract a GeoAssignment object from a GeoTimeseries.

Usage

1
2
3
4
5
6
7
ExtractGeoAssignment(obj, ...)

## S3 method for class 'GeoTimeseries'
ExtractGeoAssignment(obj, strict = TRUE, ...)

## S3 method for class 'GeoExperimentData'
ExtractGeoAssignment(obj, ...)

Arguments

obj

an object.

...

further arguments passed on to methods.

strict

(flag) if FALSE, the function returns NULL if the column 'geo.group' does not exist. Otherwise, throws an error.

Value

A GeoAssignment object. Or NULL if not available.

A GeoAssignment object.

Note

Finds all unique pairs of ('geo', 'geo.group') in the GeoTimeseries. 'geo.group' can have missing values.


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