get_conformed_dimension: Get conformed dimension

View source: R/constellation_get_conformed_dimension.R

get_conformed_dimensionR Documentation

Get conformed dimension

Description

Get a conformed dimension of a constellation given its name.

Usage

get_conformed_dimension(ct, name)

## S3 method for class 'constellation'
get_conformed_dimension(ct, name)

Arguments

ct

A constellation object.

name

A string, name of the dimension.

Value

A dimension_table object.

See Also

Other data cleaning functions: get_conformed_dimension_names(), get_dimension_names(), get_dimension(), match_records(), modify_conformed_dimension_records(), modify_dimension_records(), record_update_set(), update_record(), update_selection_general(), update_selection()

Examples


d <- ct_mrs |>
  get_conformed_dimension("when")


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.