to_row: to_row

Description Usage Arguments Value Examples

View source: R/describe.R

Description

Convert the summary table (as produced by describe()) to a 1-row wide format, adding the timestamp column

Usage

1

Arguments

df

- table produced by describe()

timestamp

- if not given, will be Sys.time()

Value

a tibble

Examples

1
to_row(describe(tibble(x=c(1,2,3))))

rushkin/argus documentation built on Feb. 18, 2021, 8:13 p.m.