as_tbl: Convert object to tibble

Description Usage Arguments Value

View source: R/utils.R

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/tidycat documentation built on May 4, 2019, 1:22 p.m.