tidylog {tidylog}R Documentation

outputs some information about the data frame/tbl

Description

outputs some information about the data frame/tbl

Usage

tidylog(.data)

Arguments

.data

a tbl/data frame

Value

same as .data

Examples

tidylog(mtcars)
#> tidylog: data.frame with 32 rows and 11 columns

[Package tidylog version 1.1.0 Index]