starschemar (version 1.2.0)

get_conformed_dimension_names: Get conformed dimension names

Description

Get the names of the conformed dimensions of a constellation.

Usage

get_conformed_dimension_names(ct)

# S3 method for constellation get_conformed_dimension_names(ct)

Arguments

ct

A constellation object.

Value

A vector of dimension names.

See Also

Other data cleaning functions: get_conformed_dimension(), 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

Run this code
# NOT RUN {
library(tidyr)

d <- ct_mrs %>%
  get_conformed_dimension_names()

# }

Run the code above in your browser using DataLab