Learn R Programming

iNZightTools (version 1.13.0)

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 <- aggregateData(iris, vars = "Species", summaries = "mean")
print_code(iris_agg)

Run the code above in your browser using DataLab