powered by
Tidy-printing of the code attached to an object
print_code(x, ...)
Called for side-effect of printing code to the console.
a dataframe with code attached
additional arguments passed to tidy_all_code()
iris_agg <- aggregate_data(iris, group_vars = "Species", summaries = "mean") print_code(iris_agg)
Run the code above in your browser using DataLab