define_geoattribute_from_layer: Define an attribute from a layer

View source: R/geomultistar_define_geoattribute.R

define_geoattribute_from_layerR Documentation

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
)

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.

Value

A geomultistar object.


geomultistar documentation built on Sept. 11, 2024, 6:43 p.m.