define_geoattribute_from_attribute {geomultistar} | R Documentation |
Define a geoattribute from another
Description
Define a geoattribute from another.
Usage
define_geoattribute_from_attribute(
gms,
dimension = NULL,
attribute = NULL,
from_attribute = NULL,
additional_attributes = NULL
)
Arguments
gms |
A |
dimension |
A string, dimension name. |
attribute |
A string, attribute name. |
from_attribute |
A string, attribute name. |
additional_attributes |
A vector, attribute names. |
Value
A geomultistar
object.
[Package geomultistar version 1.2.2 Index]