get_attribute: Get attribute

get_attributeR Documentation

Get attribute

Description

Returns attributes from a configuration, configuration_set, configuration_fit, or configuration_fit_set.

Usage

get_attribute(x, attr_name, ...)

Arguments

x

An object containing attributes.

attr_name

An attribute name.

Value

Value(s) associated with the attr_name.

See Also

filter_by_attribute

Examples

f_set <- c(star(2), star(3), star(4))
get_attribute(f_set, "group_size")
get_attribute(f_set, "type")
get_attribute(f_set[[1]], "type")

stephen-l-jones/SmallGroupNetwork documentation built on April 25, 2022, 11:15 p.m.