powered by
Find common type for dvec, dvec.
# S3 method for dvec.dvec vec_ptype2(x, y, ...)
dvec
passed arguments
vctrs::vec_ptype2(as_dvec('bar'), as_dvec(1)) vctrs::vec_ptype2(as_dvec(1), as_dvec('foo')) vctrs::vec_ptype2( structure(as_dvec(1), guide = 'mg'), structure(as_dvec(1), guide = 'kg') )
Run the code above in your browser using DataLab