vctrs-compat: vctrs compatibility functions

Description Usage Arguments

Description

These functions are the extensions that allow mists objects to work with vctrs.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## S3 method for class 'rle_na'
as_list_of(x, ...)

## S3 method for class 'rle_na'
vec_ptype2(x, y, ...)

## S3 method for class 'list_of_rle_na'
vec_ptype2(x, y, ...)

## S3 method for class 'rle_na'
vec_cast.list(x, to, ...)

## S3 method for class 'rle_na'
vec_restore(x, to, ..., n = NULL)

## S3 method for class 'rle_na'
obj_print_data(x, ...)

## S3 method for class 'rle_na'
vec_ptype_full(x)

## S3 method for class 'rle_na'
vec_ptype_abbr(x)

## S3 method for class 'list_of_rle_na'
vec_ptype_abbr(x)

## S3 method for class 'list_of_rle_na'
vec_ptype_full(x)

Arguments

x

Objects.

...

Used to pass along error message information.

to

Type to cast to.


earowang/mists documentation built on Sept. 21, 2019, 1:12 p.m.