Learn R Programming

yamlet (version 0.9.3)

vec_ptype2.dvec.dvec: Find Common Type for dvec, dvec

Description

Find common type for dvec, dvec.

Usage

# S3 method for dvec.dvec
vec_ptype2(x, y, ...)

Arguments

x

dvec

y

dvec

...

passed arguments

Examples

Run this code
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