Learn R Programming

iNZightTools (version 2.0.1)

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

Description

Tidy-printing of the code attached to an object

Usage

print_code(x, ...)

Value

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

Arguments

x

a dataframe with code attached

...

additional arguments passed to tidy_all_code()

Examples

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

Run the code above in your browser using DataLab