tbl_df {dplyr}R Documentation

Coerce to a tibble

Description

Deprecated lifecycle Please use tibble::as_tibble() instead.

Usage

tbl_df(data)

as.tbl(x, ...)

Arguments

data, x

Object to coerce


[Package dplyr version 1.0.2 Index]