probably (version 0.0.3)

vec_cast.class_pred: Cast a class_pred vector to a specified type

Description

Cast a class_pred vector to a specified type

Usage

# S3 method for class_pred
vec_cast(x, to, ...)

Arguments

x

Vectors to cast.

to

Type to cast to. If NULL, x will be returned as is.

...

For vec_cast_common(), vectors to cast. For vec_cast() and vec_restore(), these dots are only for future extensions and should be empty.