Get the attributes of ic data Retrieve the value(s) of attributes from an ic.df dataset. While intended to be used with the core ic attributes, it will work with any named attribute.

get_attr(X, attrs = ic_core(), unlist = TRUE)

Arguments

X

An object of class ic.df.

attrs

A vector of character names of attributes to be retrieved. Default are all core attributes.

unlist

Should the function return a named list of attributes and values or a named vector? Default is TRUE to return a vector.