Learn R Programming

dibble (version 0.3.0)

as_dibble: Coerce an object to a dibble

Description

as_dibble() turns an object into a dimensional data frame called a dibble.

Usage

as_dibble(x, ...)

# S3 method for default as_dibble(x, ...)

# S3 method for rowwise_df as_dibble(x, ...)

# S3 method for grouped_df as_dibble(x, ...)

# S3 method for ddf_col as_dibble(x, ...)

# S3 method for tbl_ddf as_dibble(x, ...)

Value

A dibble.

Arguments

x

An object.

...

Unused, for extensibility.