deprecated: Deprecated functions

deprecatedR Documentation

Deprecated functions

Description

[Deprecated]

Use tibble() instead of data_frame().

Use quasiquotation instead of tibble_(), data_frame_(), and lst_().

Use as_tibble() instead of as_data_frame() or as.tibble(), but mind the new signature and semantics.

Use tribble() instead of frame_data().

Usage

data_frame(...)

tibble_(xs)

data_frame_(xs)

lst_(xs)

as_data_frame(x, ...)

as.tibble(x, ...)

frame_data(...)

tidyverse/tibble documentation built on April 16, 2024, 3:17 a.m.