define_geoattribute_from_attribute: Define a geoattribute from another

View source: R/geomultistar_define_geoattribute.R

define_geoattribute_from_attributeR 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 geomultistar object.

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.


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