Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

deprecated

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(...)

tibble

Simple Data Frames

v3.1.1
MIT + file LICENSE
Authors
Kirill Müller [aut, cre], Hadley Wickham [aut], Romain Francois [ctb], Jennifer Bryan [ctb], RStudio [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.