define_geoattribute_from_layer: Define geoattribute from a layer

View source: R/geoattribute.R

define_geoattribute_from_layerR Documentation

Define geoattribute from a layer

Description

Define geoattribute from a layer

Usage

define_geoattribute_from_layer(
  db,
  dimension = NULL,
  attribute = NULL,
  geoatt = NULL,
  from_layer = NULL,
  by = NULL
)

Arguments

db

A star_database object.

dimension

A string, dimension name.

attribute

A string, attribute name.

geoatt

A string, geoattribute name.

from_layer

A sf object

by

a vector of correspondence of attributes of the dimension with the sf structure.

Value

A star_database object.


rolap documentation built on May 29, 2024, 10:38 a.m.