Learn R Programming

tidytable (version 0.5.7)

as_dt: Deprecated tidytable conversion

Description

Deprecated way to convert an object to a tidytable. Please use as_tidytable().

Usage

as_dt(x)

Arguments

x

An R object

Examples

Run this code
# NOT RUN {
test_df <- data.frame(x = -2:2, c(rep("a", 3), rep("b", 2)))

test_df %>%
  as_tidytable()
# }

Run the code above in your browser using DataLab