Add `named()` feature for `r_vector` Current approach to checking if an `r_vector` is named is not super intuitive. `named()` should return `x.names() == R_NilValue;` Similar to issue #182