print_code {iNZightTools}R Documentation

Tidy-printing of the code attached to an object

Description

Tidy-printing of the code attached to an object

Usage

print_code(x, ...)

Arguments

x

a dataframe with code attached

...

additional arguments passed to tidy_all_code()

Value

Called for side-effect of printing code to the console.

Examples

Run examples

iris_agg <- aggregateData(iris, vars = "Species", summaries = "mean")
print_code(iris_agg)

[Package iNZightTools version 1.12.2 Index]