define_geoattribute_from_layer: Define an attribute from a layer
Description
Define an attribute from a layer.
Usage
define_geoattribute_from_layer(
gms,
dimension = NULL,
attribute = NULL,
from_layer = NULL,
by = NULL
)
Value
A geomultistar object.
Arguments
- gms
A geomultistar object.
- dimension
A string, dimension name.
- attribute
A string, attribute name.
- from_layer
A sf object
- by
a vector of correspondence of attributes of the dimension with the
sf structure.