du_log_output: Capture formatted output of any variable, which can be used...

Description Usage Arguments Value Examples

View source: R/table_info.R

Description

Capture formatted output of any variable, which can be used for logging

Usage

1

Arguments

x

a R object

Value

A character vector with rows separated by \n

Examples

1
2
3
4
5
6
## Not run: 
cat(du_log_output(head(iris)))
cat(du_log_output(head(tibble::as_tibble(iris))))
cat(du_log_output(summary(lm(Sepal.Width ~ Sepal.Length,data = iris))))

## End(Not run)

yusuzech/dfutils documentation built on Dec. 8, 2019, 4:39 p.m.