as_tbl: Convert object to tibble

Description Usage Arguments Value

Description

Convert object to tibble

Usage

1
as_tbl(x, ..., validate = FALSE)

Arguments

x

A list. Each element of the list must have the same length.

...

Other arguments passed on to individual methods.

validate

Logical, indicating whether to validate data frame. Defaults to FALSE because validation, while probably offering more safety and consistency, also provides a noticeable slow down in performance.

Value

A tibble, class c("tbl_df", "tbl", "data.frame")


mkearney/tidyacademic documentation built on May 14, 2019, 6:12 a.m.