Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vec_ptype2.blob

Coercion


Description

Double dispatch methods to support vctrs::vec_ptype2().

Usage

## S3 method for class 'blob'
vec_ptype2(x, y, ..., x_arg = "", y_arg = "")

Arguments

x

Vector types.

y

Vector types.

...

These dots are for future extensions and must be empty.

x_arg

Argument names for x and y. These are used in error messages to inform the user about the locations of incompatible types (see stop_incompatible_type()).

y_arg

Argument names for x and y. These are used in error messages to inform the user about the locations of incompatible types (see stop_incompatible_type()).


blob

A Simple S3 Class for Representing Vectors of Binary Data ('BLOBS')

v1.2.1
GPL-3
Authors
Hadley Wickham [aut], Kirill Müller [cre], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.