
Strip attributes from a vector for attribute-agnostic processing
Source:R/eda_table.R
morie_eda_as_vector.RdStrip attributes from a vector for attribute-agnostic processing
Examples
morie_eda_as_vector(structure(1:3, foo = "bar"))
#> [1] 1 2 3