tbl_df: Tibble methods for comaptibility

Description Usage Arguments

Description

Tibble methods for comaptibility

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
vec_ptype2.tbl_df(x, y, ...)

## Default S3 method:
vec_ptype2.tbl_df(x, y, ...)

## S3 method for class 'data.frame'
vec_ptype2.tbl_df(x, y, ...)

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

vec_cast.tbl_df(x, to, ...)

## Default S3 method:
vec_cast.tbl_df(x, to, ...)

## S3 method for class 'data.frame'
vec_cast.tbl_df(x, to, ...)

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

Arguments

x, y

Vectors to test type/cast.

...

Additional parameters

to

To what type to cast.


Ilia-Kosenkov/rastro documentation built on May 12, 2020, 12:56 a.m.