print_code: Tidy-printing of the code attached to an object

View source: R/code_writing.R

print_codeR 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

iris_agg <- aggregate_data(iris, group_vars = "Species", summaries = "mean")
print_code(iris_agg)

iNZightTools documentation built on Oct. 12, 2023, 5:06 p.m.