Method returning attributes of an object of class generic_spct or derived, or of class waveband. Only attributes defined and/or set by package 'photobiology' for objects of the corresponding class are returned.
spct_attr2tb(
x,
which = c("-", "names", "row.names", "spct.tags", "spct.version", "comment"),
...
)a generic_spct object.
character vector Names of attributes to retrieve.
currently ignored
A tibble with the values stored in the attributes whose names were
selected through the argument to which if present in x.
Other measurement metadata functions:
add_attr2tb(),
getFilterProperties(),
getHowMeasured(),
getInstrDesc(),
getInstrSettings(),
getWhatMeasured(),
getWhenMeasured(),
getWhereMeasured(),
get_attributes(),
isValidInstrDesc(),
isValidInstrSettings(),
select_spct_attributes(),
setFilterProperties(),
setHowMeasured(),
setInstrDesc(),
setInstrSettings(),
setWhatMeasured(),
setWhenMeasured(),
setWhereMeasured(),
spct_metadata(),
trimInstrDesc(),
trimInstrSettings()