Description Usage Arguments Value
Extracts the names of the geos from the object.
1 2 3 4 5 6 7 8 9 10 11 12 13 | GetGeoNames(obj, groups = NULL)
## S3 method for class 'GeoTimeseries'
GetGeoNames(obj, groups = NULL)
## S3 method for class 'GeoExperimentData'
GetGeoNames(obj, groups = NULL)
## S3 method for class 'GeoAssignment'
GetGeoNames(obj, groups = NULL)
## S3 method for class 'Geos'
GetGeoNames(obj, groups = NULL)
|
obj |
an object. |
groups |
(NULL, or integer vector) id number(s) of the groups whose
geos to obtain, or NULL for all geos. |
A character vector of unique geo identifiers, sorted. Can be empty if there are no geos matching 'groups'. Will be empty if the geo assignment object does not exist in the object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.