data_eval: Create tibbles from user objects and/or user data

Description Usage Arguments Value

Description

Create tibbles from user objects and/or user data

Usage

1
data_eval(.data = NULL, ..., .allow_null = FALSE)

Arguments

.data

A data.frame/tibble, or NULL

...

Arguments are passed to transmute if data is present, and tibble if it is not.

.allow_null

Flag to allow NULL values as arguments (these will not appear as columns in the output)

Value

A tibble with the results of ...


paleolimbot/tidystats documentation built on May 15, 2019, 4:16 p.m.