Open jonocarroll opened 1 month ago
As much as possible, functions taking a vec should return a vec. Use {generics} if possible.
vec
c()
head()
reverse()
sort()
One suggestion, it could be great to be able to set:
as_vec( a, b, )
Just like rlang::list2 does using ... param.
As much as possible, functions taking a
vec
should return avec
. Use {generics} if possible.c()
head()
, `tail()reverse()
sort()