Tests whether x is an aev – the three-field record type aev() returns
and create_aev() builds. See aev_properties.
Examples
is_aev(create_aev(A = 1, E = 2, V = 3))
#> [1] TRUE
is_aev(1:3)
#> [1] FALSE
Tests whether x is an aev – the three-field record type aev() returns
and create_aev() builds. See aev_properties.
is_aev(create_aev(A = 1, E = 2, V = 3))
#> [1] TRUE
is_aev(1:3)
#> [1] FALSE